Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
melody-rs committed Feb 9, 2024
1 parent c9679c0 commit 1e5c994
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
build-luminol/luminol/target/
content/luminol-build/**/*.wasm
static/luminol-build/**/*.wasm
key: ${{ runner.os }}-build-luminol-${{ hashFiles('build-luminol/luminol/Cargo.toml') }}

- uses: dtolnay/rust-toolchain@nightly
Expand All @@ -58,7 +58,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: luminol-build
path: ${{ github.workspace }}/content/luminol-build
path: ${{ github.workspace }}/static/luminol-build

build-website:
runs-on: ubuntu-latest
Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: luminol-build
path: content/luminol-build
path: static/luminol-build

- name: "Build website"
uses: shalzz/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
env:
PAGES_BRANCH: gh-pages
BUILD_DIR: .
TOKEN: ${{ secrets.CART_PAT }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1e5c994

Please sign in to comment.