Skip to content

Commit

Permalink
fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Feb 17, 2025
1 parent 308899a commit 789613c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy demo to GitHub Pages
name: Deploy to GitHub Pages
on:
push:
branches: ["main"]
Expand Down Expand Up @@ -27,9 +27,6 @@ jobs:
with:
node-version: lts/*

- name: Install dependencies
run: npm ci

- name: Build demo website
run: |
cd tutorial/slides
Expand Down

0 comments on commit 789613c

Please sign in to comment.