Skip to content

Commit

Permalink
fixup! fixup! Try to build and publish gh-pages from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tdittr committed Aug 9, 2024
1 parent 4409584 commit 44f5a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
shared-key: "build"
- name: Download db-dump
run: wget https://static.crates.io/db-dump.tar.gz
run: wget --no-verbose https://static.crates.io/db-dump.tar.gz
- name: Build database
run: cargo run --release --bin read-driver-db
- name: Copy generated database to frontend
Expand All @@ -30,7 +30,7 @@ jobs:
run: |
cd frontend
npm install
npm run build
vite build --base="https://tweedegolf.github.io/drive-rs/"
- name: Updload to gh-pages
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 44f5a2e

Please sign in to comment.