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
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cargo
|
~/.cargo/
|
||||||
~/.cargo/bin
|
~/.cargo/bin/
|
||||||
~/.cache/trunk
|
~/.cache/trunk/
|
||||||
target/
|
target/
|
||||||
node_modules
|
node_modules/
|
||||||
frontend/dist
|
frontend/node_modules/
|
||||||
|
frontend/dist/
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
restore-keys: ${{ runner.os }}-cargo-wordl
|
restore-keys: ${{ runner.os }}-cargo-wordl
|
||||||
|
|
||||||
@ -45,10 +46,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Tailwind CSS
|
- name: Install Tailwind CSS
|
||||||
run: npm install -D tailwindcss
|
run: npm install -D tailwindcss
|
||||||
working-directory: ./frontend
|
working-directory: ./frontend/
|
||||||
|
|
||||||
- name: Build Frontend
|
- name: Build Frontend
|
||||||
working-directory: ./frontend
|
working-directory: ./frontend/
|
||||||
run: |
|
run: |
|
||||||
trunk build --release
|
trunk build --release
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user