Skip to content

Commit

Permalink
publish docs on dispatch (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarro authored Jun 17, 2023
1 parent 7d70196 commit 3cbeec9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Publish docs

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

jobs:
build-and-publish-docs:
Expand All @@ -12,8 +10,6 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN }}
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN }}
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 3cbeec9

Please sign in to comment.