We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1eec7 commit c5fd23dCopy full SHA for c5fd23d
.github/workflows/static.yml
@@ -24,6 +24,11 @@ jobs:
24
with:
25
use_ruby_version: false
26
use_gemfile: false
27
+ - name: Upload artifact
28
+ uses: actions/upload-pages-artifact@v3
29
+ with:
30
+# Upload rest of site.
31
+ path: ./_site/
32
33
deploy:
34
needs: build
.github/workflows/static_old.yml
@@ -45,8 +45,8 @@ jobs:
45
# - name: Upload artifact
46
# uses: actions/upload-pages-artifact@v3
47
# with:
48
-# # Upload entire repository
49
-# path: ./Web/_site/
+# path: ./_site/
50
# - name: Deploy to GitHub Pages
51
# id: deployment
52
# uses: actions/deploy-pages@v4
0 commit comments