Skip to content

Commit

Permalink
Create 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 8b33efd commit 380f1b4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/publish-wasm-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deploy WASM

on:
workflow_dispatch:

jobs:
deploy:
name: 'Deploy to Netlify'
steps:
- uses: actions/checkout@v4
with:
ref: gh-pages

- uses: jsmrcaga/[email protected]
with:
build_directory: './wwwroot'
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_DEPLOY_TO_PROD: true

0 comments on commit 380f1b4

Please sign in to comment.