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 9f7acca commit 02a3b8bCopy full SHA for 02a3b8b
.github/workflows/github-pages.yaml
@@ -46,15 +46,11 @@ jobs:
46
cache: "false"
47
- name: Prepare GitHub Pages
48
run: mise run prepare-gh-pages
49
- with:
50
- permissions: block
51
- name: Setup Pages
52
id: pages
53
uses: actions/configure-pages@v5
54
- name: Build GitHub Pages
55
run: mise run build-gh-pages
56
57
58
- name: Upload artifact
59
uses: actions/upload-pages-artifact@v3
60
with:
0 commit comments