Skip to content

Commit

Permalink
Change directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
edlu77 committed Feb 15, 2024
1 parent 285b57a commit 588b10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: npm run build -- --output-hashing=none --base-href=/
- uses: netlify/actions/cli@master
with:
args: deploy --dir=deploy --filter=a2agc
args: deploy --dir=dist/a2agc --filter=a2agc
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

0 comments on commit 588b10c

Please sign in to comment.