Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raffazizzi authored May 4, 2022
1 parent c74999a commit 002ff34
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ jobs:
envkey_AIRTABLE_PEOPLE_BASE_ID: appk2btw36qEO3vFo
envkey_AIRTABLE_RESEARCH_BASE_ID: appTv9J1zxqaNgBHi
envkey_AIRTABLE_POSTS_BASE_ID: appsY0VXF7pbv3mKR
- uses: enriikke/[email protected]
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
deploy-branch: gh-pages
gatsby-args: --prefix-paths
- name: npm install and build and deploy
run: |
npm install
npm run build
- uses: peaceiris/actions-gh-pages@v2
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACCESS_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./public

0 comments on commit 002ff34

Please sign in to comment.