Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akastercomcom authored Sep 22, 2023
1 parent c71ee0a commit 0f8a8d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Docs
on:
push:
branches:
- main
branches: [main, develop]
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -19,4 +18,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
publish_dir: ./docs

0 comments on commit 0f8a8d6

Please sign in to comment.