Skip to content

Commit 5448a53

Browse files
committed
Merge branch 'main' of github.com:mancusolab/traceax
2 parents 3a4a383 + 4c4635b commit 5448a53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
mkdocs build
4141
4242
- name: Configure GitHub Pages
43-
uses: actions/configure-pages@v4
43+
uses: actions/configure-pages@v5
4444

4545
- name: Upload docs
46-
uses: actions/upload-pages-artifact@v2
46+
uses: actions/upload-pages-artifact@v3
4747
with:
4848
path: site # where `mkdocs build` puts the built site
4949

0 commit comments

Comments
 (0)