This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
Merge pull request #1175 from Hacker0x01/update-sso-documentation #435
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Gatsby Publish | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: 16.x | |
- uses: enriikke/gatsby-gh-pages-action@v2 | |
with: | |
access-token: ${{ secrets.DEPLOY_KEY }} | |
deploy-branch: gh-pages |