Browse Source

Switch build/site to build-site in order to keep symlinks working (#211)

The jekyll build keeps top-level without expanding them. So the site works, but the publish copy failed because some symlinks to files that aren't visible through the site (like CONTRIBUTING.md, versus the site's CONTRIBUTING.html) didn't work.
Jon Meow 5 years ago
parent
commit
e3584dce01
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/publish-docs.yaml

+ 1 - 1
.github/workflows/publish-docs.yaml

@@ -36,4 +36,4 @@ jobs:
         run: make build
         working-directory: website/jekyll
       - name: Publish to www.carbon-lang.dev
-        run: gsutil cp -R website/jekyll/build/site/* gs://www.carbon-lang.dev/
+        run: gsutil cp -R website/jekyll/build-site/* gs://www.carbon-lang.dev/