fix: normalizes trailing slashes
This commit is contained in:
parent
5263e951bf
commit
fd39795ac3
15
.github/workflows/prod.yml
vendored
15
.github/workflows/prod.yml
vendored
@ -17,12 +17,13 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.cargo
|
||||
~/.cargo/bin
|
||||
~/.cache/trunk
|
||||
~/.cargo/
|
||||
~/.cargo/bin/
|
||||
~/.cache/trunk/
|
||||
target/
|
||||
node_modules
|
||||
frontend/dist
|
||||
node_modules/
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: ${{ runner.os }}-cargo-wordl
|
||||
|
||||
@ -45,10 +46,10 @@ jobs:
|
||||
|
||||
- name: Install Tailwind CSS
|
||||
run: npm install -D tailwindcss
|
||||
working-directory: ./frontend
|
||||
working-directory: ./frontend/
|
||||
|
||||
- name: Build Frontend
|
||||
working-directory: ./frontend
|
||||
working-directory: ./frontend/
|
||||
run: |
|
||||
trunk build --release
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user