Skip to content

Commit 0c1e9f5

Browse files
authored
Merge pull request #44 from trustyai-explainability/ruivieira-patch-3
fix: Correct upload-pages-artifact version
2 parents d0faa71 + f15b761 commit 0c1e9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Generate Site
3333
run: npx antora antora-playbook.yml
3434
- name: Upload Artifacts
35-
uses: actions/upload-pages-artifact@v4
35+
uses: actions/upload-pages-artifact@v3
3636
with:
3737
path: build/site
3838
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)