Skip to content

Commit dfa49cc

Browse files
committed
Put the path arg on the right action.
1 parent 076e12c commit dfa49cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish_docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
dst: 'generated-pages'
2121
- name: 'Upload artifact'
2222
uses: 'actions/upload-pages-artifact@v3'
23+
with:
24+
path: 'generated-pages'
2325
deploy:
2426
environment:
2527
name: 'github-pages'
@@ -29,6 +31,4 @@ jobs:
2931
steps:
3032
- name: 'Deploy to GitHub Pages'
3133
id: 'deployment'
32-
uses: 'actions/deploy-pages@v4'
33-
with:
34-
path: 'generated-pages'
34+
uses: 'actions/deploy-pages@v4'

0 commit comments

Comments
 (0)