Skip to content

Commit 3fa14e5

Browse files
authored
Update build_deploy_specs.yml
1 parent 2816bf9 commit 3fa14e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_deploy_specs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-node@v1
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-node@v4
1212
with:
13-
node-version: '14'
13+
node-version: '18'
1414
- name: building using redoc-cli
1515
run: |
1616
npx redoc-cli bundle schema/natural-history-collection-api.yml -o redoc/index.html
1717
1818
- name: Deploy GitHub Pages (only on master branch)
1919
if: ${{ github.ref == 'refs/heads/master' }}
20-
uses: peaceiris/actions-gh-pages@v3
20+
uses: peaceiris/actions-gh-pages@v4
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
publish_dir: redoc

0 commit comments

Comments
 (0)