Skip to content

Commit

Permalink
fix(build): update-pages-deploy-action
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanharrell committed Jul 23, 2024
1 parent 2f041d7 commit aead99a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: JamesIves/github-pages-deploy-action@2.0.3
env:
- uses: JamesIves/github-pages-deploy-action@3.7.1
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
ALGOLIA_ADMIN_API_KEY: ${{ secrets.ALGOLIA_ADMIN_API_KEY }}
ALGOLIA_SEARCH_API_KEY: ${{ secrets.ALGOLIA_SEARCH_API_KEY }}
Expand Down

0 comments on commit aead99a

Please sign in to comment.