Skip to content

Commit

Permalink
Merge pull request #146 from jonathanharrell/fix-build
Browse files Browse the repository at this point in the history
fix(build): fix linter errors
  • Loading branch information
jonathanharrell committed Jul 23, 2024
2 parents 302f21a + a584a39 commit a479f03
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 @@ -26,7 +26,7 @@ jobs:
ALGOLIA_SEARCH_API_KEY: ${{ secrets.ALGOLIA_SEARCH_API_KEY }}
ALGOLIA_APPLICATION_ID: ${{ secrets.ALGOLIA_APPLICATION_ID }}
CI: true
- uses: JamesIves/github-pages-deploy-action@releases/v2
- uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
Expand Down

0 comments on commit a479f03

Please sign in to comment.