Skip to content

Commit

Permalink
fix(ci): deploy target
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed Mar 20, 2024
1 parent c404f5b commit d402c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Deploy to netlify
uses: netlify/actions/cli@master
with:
args: deploy --site gno-docs --prod
args: deploy --site docs-gno-land --prod
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 comments on commit d402c8b

Please sign in to comment.