Skip to content

Commit

Permalink
Process feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Oct 20, 2023
1 parent 8fe044b commit e613207
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: website
on:
push:
branches: [main]
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -11,11 +12,12 @@ jobs:
id-token: write
environment:
name: Website
url: ${{ steps.deployment.outputs.page_url }}
url: ${{steps.deployment.outputs.page_url}}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with: {node-version: 18}
with:
node-version: 20
- run: npm ci
- run: npm run docs
- uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit e613207

Please sign in to comment.