Skip to content

Commit

Permalink
Use release tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
anaximander committed Aug 11, 2023
1 parent 1fbb299 commit 061e8f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
with:
DB_PASS: ${{ secrets.DB_PASS }}
DB_USER: ${{ secrets.DB_USER }}
GOOGLE_ANALYTICS_ID: ${{ secrets.GOOGLE_ANALYTICS_ID }}
GOOGLE_ANALYTICS_ID: ${{ secrets.GOOGLE_ANALYTICS_ID }}
HOST: ${{ secrets.HOST }}
GATSBY_AIRTABLE_API_KEY: ${{ secrets.GATSBY_AIRTABLE_API_KEY }}
GATSBY_AIRTABLE_API_BASE: ${{ secrets.GATSBY_AIRTABLE_API_BASE }}
GATSBY_AIRTABLE_API_BASE: ${{ secrets.GATSBY_AIRTABLE_API_BASE }}
- uses: actions/checkout@v2
- uses: MAPC/gatsby-gh-pages-action
- uses: MAPC/gatsby-gh-pages-action@v2.2.1
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
deploy-branch: gh-pages
Expand Down

0 comments on commit 061e8f6

Please sign in to comment.