Add web page publishing script
All checks were successful
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 7m8s
All checks were successful
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 7m8s
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
Reference in New Issue
Block a user