Skip to content

Commit

Permalink
Switch netlify deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
edlu77 committed Feb 15, 2024
1 parent 40075f3 commit 21de03e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ jobs:
- name: npm ci for a2agc
run: npm ci
- run: npm run build -- --output-hashing=none --base-href=/
- uses: jsmrcaga/action-netlify-deploy@master
- uses: netlify/actions/cli@master
with:
args: deploy --dir=deploy --filter=a2agc
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
install_command: false
build_command: false
build_directory: dist/a2agc

0 comments on commit 21de03e

Please sign in to comment.