Skip to content

Commit f0b2d3c

Browse files
authored
Merge pull request #21 from rjw57/fix-docs
fix(ci): use specific pages artifact upload action
2 parents 17c4edc + da6d0d3 commit f0b2d3c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
poetry run mkdocs build
7777
touch site/.nojekyll
7878
- name: Upload GitHub pages artefact
79-
uses: actions/upload-artifact@v4
79+
uses: actions/upload-pages-artifact@v3
8080
with:
81-
name: github-pages
82-
path: site/*
81+
path: site/

0 commit comments

Comments
 (0)