Skip to content

Commit

Permalink
try 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Crec0 committed Jan 11, 2025
1 parent 20eb99c commit 04516a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: cache-dependencies
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/bun.lockb') }}
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}

- name: Install Dependencies
if: steps.cache-dependencies.outputs.cache-hit != 'true'
Expand All @@ -43,7 +43,7 @@ jobs:
echo "{\"sha\": \"$git_hash\"}" > ./src/lib/assets/sha.json
- name: Copy rules
run: cp ./data/parsed_rules.json ./frontend/src/lib/assets/rules.json
run: cp ./data/parsed_data.json ./frontend/src/lib/assets/rules.json

- name: Build
working-directory: ./frontend
Expand All @@ -56,6 +56,7 @@ jobs:
- name: Upload static files as artifact
id: deploy
uses: actions/upload-pages-artifact@v3
working-directory: ./frontend
with:
path: ./build

Expand Down

0 comments on commit 04516a8

Please # to comment.