Skip to content

Commit

Permalink
Updated version of the main github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra committed Sep 21, 2024
1 parent 329bfcc commit b73c1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: sed -i 's/{% render %}/render/g' openacr/uswds/README.md
- run: sed -i 's/{% include %}/include/g' openacr/uswds/README.md
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.6.4
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
BRANCH: gh-pages
FOLDER: openacr

0 comments on commit b73c1ef

Please sign in to comment.