Skip to content

Commit

Permalink
Update publish-wasm-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas authored Dec 11, 2024
1 parent 013e7a3 commit 50273ce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-wasm-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
with:
ref: gh-pages

- uses: jsmrcaga/[email protected]
- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
build_directory: './wwwroot'
publish-dir: './wwwroot'
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_DEPLOY_TO_PROD: true

0 comments on commit 50273ce

Please sign in to comment.