Skip to content

Commit

Permalink
Merge pull request #87 from wasmerio/fix-ci
Browse files Browse the repository at this point in the history
Fix failing CI
  • Loading branch information
syrusakbary authored May 30, 2024
2 parents af86a49 + 9f0669e commit 0309de0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: publish

on:
pull_request:
push:
Expand All @@ -17,8 +19,6 @@ jobs:

- name: Setup Wasmer
uses: wasmerio/setup-wasmer@v2
with:
version: "v4.0.0"

- name: Install pnpm
uses: pnpm/action-setup@v2
Expand Down
9 changes: 5 additions & 4 deletions app.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
kind: wasmer.io/App.v0
name: wasmer-docs
app_id: da_4K6AIot5UVP2
owner: wasmer
package: .
domains:
- wasmer-docs.wasmer.app
- docs.wasmer.io
kind: wasmer.io/App.v0
- wasmer-docs.wasmer.app
- docs.wasmer.io

app_id: da_4K6AIot5UVP2

0 comments on commit 0309de0

Please sign in to comment.