Skip to content

Commit

Permalink
add a nice name to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ayys committed May 30, 2024
1 parent d4430d3 commit bd8bce9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .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 @@ -11,7 +13,7 @@ env:
jobs:
deploy:
runs-on: ubuntu-latest
name: Publish to docs.wasmer.io
name: docs.wasmer.io
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit bd8bce9

Please sign in to comment.