Skip to content

Commit

Permalink
Fix deploy rule
Browse files Browse the repository at this point in the history
  • Loading branch information
vbkaisetsu committed Nov 8, 2023
1 parent e242798 commit b27abca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
projectName: vaporetto-demo
directory: ./examples/wasm/dist
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: ${GITHUB_REF##*/}

- name: Add publish URL as commit status
uses: actions/github-script@v6
Expand Down

0 comments on commit b27abca

Please sign in to comment.