Skip to content

Commit

Permalink
Fix deploy action tag, needs the "v" suffix. (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzSiFive authored Jul 22, 2022
1 parent 4b61a3c commit 7155120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart-simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install rsync 📚
run: apt-get update && apt-get install -y rsync
- name: publish pages 🚀
uses: JamesIves/github-pages-deploy-action@4.4.0
uses: JamesIves/github-pages-deploy-action@v4.4.0
with:
folder: docs
clean: false

0 comments on commit 7155120

Please sign in to comment.