Skip to content

Commit

Permalink
Merge pull request #133 from loic-yvonnet/feature/github_action
Browse files Browse the repository at this point in the history
Try fixing the CI
  • Loading branch information
loic-yvonnet authored Apr 3, 2024
2 parents 841dc6a + 147e089 commit c647a43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '16'
npm-version: '9.8'
cache: npm
node-version-file: ".nvmrc"

- name: Install dependencies
run: npm ci
run: npm ci --verbose

- name: Build Marp slide deck
run: CHROME_PATH=$(npx -y @puppeteer/browsers@latest install chrome@stable --path $(realpath ./tmp) | awk '{print $2}') npm run build
Expand Down

0 comments on commit c647a43

Please sign in to comment.