Skip to content

Commit

Permalink
Update build_deploy_specs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cgendreau authored Sep 17, 2024
1 parent ac4d61f commit 8a48e78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_deploy_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '18'
- name: building using redoc-cli
run: |
npx redoc-cli bundle schema/sequence.yml -o redoc/index.html
- name: Deploy GitHub Pages (only on master branch)
if: ${{ github.ref == 'refs/heads/master' }}
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: redoc

0 comments on commit 8a48e78

Please sign in to comment.