Skip to content

Commit ff32b32

Browse files
authored
Merge pull request #19 from KredeGC/docs-workflow
Docs workflow
2 parents 1edbb7a + 92bcbb9 commit ff32b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Create .nojekyll
3030
run: touch docs/html/.nojekyll
3131
- name: Upload documentation
32-
uses: actions/upload-pages-artifact@v1
32+
uses: actions/upload-pages-artifact@v3
3333
with:
3434
path: docs/html
3535
Deploy:
@@ -47,4 +47,4 @@ jobs:
4747
steps:
4848
- name: Deploy documentation
4949
id: deployment
50-
uses: actions/deploy-pages@v1
50+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)