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 3a14f93 commit f3c660fCopy full SHA for f3c660f
.github/workflows/static.yml
@@ -33,11 +33,11 @@ jobs:
33
uses: actions/checkout@v4
34
- name: Setup Pages
35
uses: actions/configure-pages@v5
36
-# - name: Upload artifact
37
-# uses: actions/upload-pages-artifact@v3
38
-# with:
+ - name: Upload artifact
+ uses: actions/upload-pages-artifact@v3
+ with:
39
# Upload entire repository
40
-# path: '.'
+ path: '.'
41
- name: Deploy to GitHub Pages
42
id: deployment
43
uses: actions/deploy-pages@v4
0 commit comments