Skip to content

Commit

Permalink
Update gitlab pages CI job.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlegrand62 committed Apr 9, 2024
1 parent 50da2b1 commit 2f765c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false

- name: Build
uses: actions/setup-node@v4
with:
node-version: '10.x'
run: npm ci && npm run docz:build

- name: Deploy
Expand Down

0 comments on commit 2f765c1

Please sign in to comment.