We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5cdc9 commit b99c2d7Copy full SHA for b99c2d7
2 files changed
.github/workflows/pages.yml
@@ -5,6 +5,7 @@ name: Pages
5
on:
6
push:
7
branches: [main]
8
+ workflow_dispatch:
9
10
permissions:
11
contents: read
@@ -30,11 +31,14 @@ jobs:
30
31
set -euo pipefail
32
make docs-pages
33
34
+ - name: Setup Pages
35
+ uses: actions/configure-pages@v5
36
+
37
- name: Upload Pages artifact
38
uses: actions/upload-pages-artifact@v3
39
with:
40
path: pages
41
42
- name: Deploy to GitHub Pages
43
id: deployment
- uses: actions/deploy-pages@v4
44
+ uses: actions/deploy-pages@v5
.github/workflows/static.yml
0 commit comments