Skip to content

Commit

Permalink
Merge pull request #4839 from bcgov/chore/4828
Browse files Browse the repository at this point in the history
chore(0000): hard-code the tag version for GitHub pages deployer
  • Loading branch information
junminahn authored Feb 4, 2025
2 parents ff2a3f7 + 6ed4706 commit 1ec031d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
touch site/.nojekyll
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@ee2ef8cbeab8f3d8ba46ddcda2d022aaab998276
# Due to an issue with the latest tag, we’ll hard-code the tag version for now.
uses: JamesIves/github-pages-deploy-action@v4.7.2
with:
folder: site

0 comments on commit 1ec031d

Please sign in to comment.