Skip to content

Commit

Permalink
Merge pull request #140 from jonathanharrell/update-pages-deploy-action
Browse files Browse the repository at this point in the history
fix(build): update-pages-deploy-action
  • Loading branch information
jonathanharrell authored Jul 23, 2024
2 parents 2f041d7 + aead99a commit 36f0aa4
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 36f0aa4

Please sign in to comment.