We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0420ee4 commit 268caecCopy full SHA for 268caec
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
pnpm build
34
mkdir -p build
35
echo "Exporting to /build ..."
36
- cp -r .next static public build/
+ cp -r .next public build/
37
env:
38
WORDPRESS_GRAPHQL_ENDPOINT: ${{ secrets.WORDPRESS_GRAPHQL_ENDPOINT }}
39
0 commit comments