Skip to content

Commit

Permalink
fix: remove static folder
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedictLang authored Aug 15, 2024
1 parent 0420ee4 commit 268caec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pnpm build
mkdir -p build
echo "Exporting to /build ..."
cp -r .next static public build/
cp -r .next public build/
env:
WORDPRESS_GRAPHQL_ENDPOINT: ${{ secrets.WORDPRESS_GRAPHQL_ENDPOINT }}

Expand Down

0 comments on commit 268caec

Please sign in to comment.