Skip to content

Commit

Permalink
CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed May 12, 2021
1 parent a0884e4 commit 96532a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,12 @@ jobs:

- name: Install dependencies
run: cd src/docs && npm install
if: steps.check.outputs.changed == 'true'

- name: Generate
run: cd src/docs && npm run deploy
if: steps.check.outputs.changed == 'true'

- name: Deploy docs to github pages
uses: peaceiris/actions-gh-pages@v3
if: steps.check.outputs.changed == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./src/docs/dist
Expand Down

0 comments on commit 96532a0

Please sign in to comment.