Skip to content

Commit

Permalink
fix(ci): a github actions permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Aug 31, 2024
1 parent 317ed21 commit 5786e3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ clean:

# Generate the static site
package: clean dev
docker compose exec --user=root nuxt chown -R node:node /src
UID=$$(id -u) GID=$$(id -g) docker compose exec nuxt /bin/bash -c "npx nuxt generate --preset github_pages"
cd app/.output/public && ln -s . boat-share || true
$(MAKE) stop

0 comments on commit 5786e3b

Please sign in to comment.