Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardocucia committed Feb 9, 2024
1 parent 5985a73 commit ce4936f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
defaults:
run:
working-directory: doc

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -20,9 +18,11 @@ jobs:
node-version: 20

- name: Install dependencies
working-directory: ./doc
run: npm install

- name: Build site
working-directory: ./doc
run: npm run build

- name: Deploy to GitHub Pages
Expand Down

0 comments on commit ce4936f

Please sign in to comment.