Skip to content

Commit

Permalink
Update deploy-to-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codefrau committed Feb 24, 2024
1 parent edc2451 commit 435e464
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # fetch full history

- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4

- name: Use Node.js 18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

- name: Build tutorials and examples
run: scripts/build-pages.sh

- name: Upload _site
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 435e464

Please sign in to comment.