Skip to content

Commit

Permalink
Update gallery.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fire authored Nov 1, 2024
1 parent 3ccfd5d commit 6f3122c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build Gallery 🔧
run: docker run -v "$(pwd):/work" ghcr.io/thumbsup/thumbsup /bin/sh -c "cd /work/ && thumbsup --config config.json"
- name: Package and upload artifact 📦
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
path: 'build_output'
name: gh-pages
Expand Down

0 comments on commit 6f3122c

Please sign in to comment.