Revert "Staging to master"

This commit is contained in:
Catherine Luse
2022-04-04 16:01:56 -07:00
committed by GitHub
parent ddc7259354
commit 5940e04b40
25 changed files with 52 additions and 26998 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ COPY .git .git
ADD https://github.com/rancherlabs/website-theme/archive/master.tar.gz /run/master.tar.gz
RUN mkdir -p /output /theme/rancher-website-theme && tar -xzf /run/master.tar.gz -C /run/node_modules/rancher-website-theme --strip=1 && rm /run/master.tar.gz
RUN ["hugo", "--buildDrafts", "--buildFuture", "--destination=/output"]
RUN ["hugo", "--buildDrafts", "--buildFuture", "--baseURL=https://staging.rancher.com/docs", "--destination=/output"]
# Make sure something got built
RUN stat /output/index.html