Skip to content

Commit

Permalink
Deploy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Dec 15, 2024
1 parent b172d3c commit 70aa853
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish-wasm-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Deploy WASM

on:
workflow_dispatch:
workflow_run:
workflows: ["Publish WASM"]
types:
- completed

jobs:
deploy:
name: 'Deploy to Netlify'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -16,4 +20,4 @@ jobs:
build_directory: './wwwroot'
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_DEPLOY_TO_PROD: true
NETLIFY_DEPLOY_TO_PROD: true
6 changes: 4 additions & 2 deletions .github/workflows/publish-wasm.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Publish WASM and Upload
name: Publish WASM

on:
workflow_dispatch:
push:
tags:
- 'v*'

env:
# Disable the .NET logo in the console output.
Expand Down

0 comments on commit 70aa853

Please sign in to comment.