Add web page publishing script
All checks were successful
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 7m8s

This commit is contained in:
2023-11-30 23:17:27 +01:00
parent 8a146d6441
commit cb59223d22
2 changed files with 18 additions and 0 deletions

View File

@@ -42,6 +42,10 @@ RUN chmod a+x /usr/local/bin/github_publish
COPY files/artifact_publish /usr/local/bin/
RUN chmod a+x /usr/local/bin/artifact_publish
# Install webpage publishing script
COPY files/webpage_publish /usr/local/bin/
RUN chmod a+x /usr/local/bin/webpage_publish
# Set system path
ENV PATH="/opt/xtchain:/opt/xtchain/bin:${PATH}"