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 3350a35 commit 51da3e6Copy full SHA for 51da3e6
.github/workflows/deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
mkdir -p _build/html
32
echo "test" > _build/html/index.html
33
34
- # Upload the book's HTML as an artifact
+ # Upload the book's HTML as an artifact
35
- name: Upload artifact
36
uses: actions/upload-pages-artifact@v3
37
with:
@@ -73,9 +73,10 @@ jobs:
73
id: merge-artifacts
74
uses: actions/upload-artifact/merge@v4
75
76
- pattern: 'artifact-*'
+ name: github-pages
77
+ pattern: "artifact-*"
78
delete-merged: true
-
79
+
80
# Deploy the book's HTML to GitHub Pages
81
- name: Deploy to GitHub Pages
82
id: deployment
0 commit comments