Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rugonzs committed Jun 3, 2023
1 parent 8fa9952 commit 09ec11a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: docs
on:
push:
branches:
- miss
push
permissions:
contents: read
jobs:
docs:
name: Docs
runs-on: self-hosted
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ name: Upload Python Package


on:
push
push:
branches:
- miss
permissions:
contents: read

Expand Down

0 comments on commit 09ec11a

Please sign in to comment.