Skip to content

Commit

Permalink
Merge pull request #8 from KhronosGroup/updateDeps
Browse files Browse the repository at this point in the history
update dependencies, improve robustness
  • Loading branch information
elalish authored Oct 31, 2024
2 parents be3ab94 + c5f4da9 commit b6fe05b
Show file tree
Hide file tree
Showing 12 changed files with 1,348 additions and 554 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
lfs: true
submodules: recursive

- uses: actions/setup-node@v3
with:
node-version: '16.x'
- uses: actions/setup-node@v4

- name: NPM install
run: npm ci
Expand All @@ -28,15 +26,15 @@ jobs:

- name: Generate fidelity artifacts
continue-on-error: true
uses: GabrielBB/xvfb-action@v1.0
uses: coactions/setup-xvfb@v1
with:
run: npm run test

- name: Stage documentation artifacts
run: ./scripts/ci-before-deploy.sh

- name: Deploy to Github Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
Expand Down
Loading

0 comments on commit b6fe05b

Please sign in to comment.