Procházet zdrojové kódy

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 před 5 roky
rodič
revize
e3584dce01
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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/