Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Dec 15, 2024
1 parent 5579e1a commit 77b165b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish-wasm-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,18 @@ jobs:
runs-on: ubuntu-latest
environment:
name: netlify
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL }}
url: ${{ steps.deploy.outputs.deploy-url }}
steps:
- uses: actions/checkout@v4
with:
ref: gh-pages

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

0 comments on commit 77b165b

Please sign in to comment.