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 076e12c commit dfa49ccCopy full SHA for dfa49cc
.github/workflows/publish_docs.yml
@@ -20,6 +20,8 @@ jobs:
20
dst: 'generated-pages'
21
- name: 'Upload artifact'
22
uses: 'actions/upload-pages-artifact@v3'
23
+ with:
24
+ path: 'generated-pages'
25
deploy:
26
environment:
27
name: 'github-pages'
@@ -29,6 +31,4 @@ jobs:
29
31
steps:
30
32
- name: 'Deploy to GitHub Pages'
33
id: 'deployment'
- uses: 'actions/deploy-pages@v4'
- with:
34
- path: 'generated-pages'
+ uses: 'actions/deploy-pages@v4'
0 commit comments