Skip to content

Commit

Permalink
Fix: yaml indent typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
goingforbrooke committed Jan 29, 2025
1 parent ec3e9d2 commit 4cf1d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
# Run build command in (app dir) `folsum/folsum/` because `trunk` doesn't have a path parameter.
working-directory: folsum
- name: Move Trunk's WASM Files
# Move these into Zola's static directory so Zola can build paths to the JS and WASM files when it builds the site.
- run: cp folsum/folsum/dist/* folsum/xtask/website/static/
# Move these into Zola's static directory so Zola can build paths to the JS and WASM files when it builds the site.
run: cp folsum/folsum/dist/* folsum/xtask/website/static/

### Install Zola and build static site second.
- name: Download and Install Zola Binary
Expand Down

0 comments on commit 4cf1d87

Please sign in to comment.