Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Jan 27, 2024
1 parent 04dd01e commit d7b4c7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Deploy v3 docs"
name: "Publish v3 docs"
on:
push:
branches:
Expand All @@ -8,7 +8,8 @@ env:
CLOUDFLARE_API_TOKEN: ${{secrets.CLOUDFLARE_API_TOKEN}}

jobs:
v3-docs:
publish-docs:
name: Publish docs
runs-on: ubuntu-latest
steps:
- name: setup actions
Expand Down

0 comments on commit d7b4c7c

Please sign in to comment.