Skip to content

Commit

Permalink
Update gh-pages-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Sep 13, 2024
1 parent 51f2a07 commit 358b234
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
run: sudo apt install /tmp/dart_2.19.6-1_amd64.deb

- name: Install dependencies
run: PATH="$PATH:/usr/lib/dart/bin" pub get
run: PATH="$PATH:/usr/lib/dart/bin" dart pub get

- name: Install webdev
run: PATH="$PATH:/usr/lib/dart/bin" pub global activate webdev
run: PATH="$PATH:/usr/lib/dart/bin" dart pub global activate webdev


- name: Build into gh-pages repo
run: PATH="$PATH:/usr/lib/dart/bin" pub global run webdev build -o web:gh-pages-repo/dev
run: PATH="$PATH:/usr/lib/dart/bin" dart pub global run webdev build -o web:gh-pages-repo/dev


- name: Deploy
Expand Down

0 comments on commit 358b234

Please sign in to comment.