Skip to content

Commit

Permalink
Update build-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Aug 15, 2023
1 parent c524535 commit 1d51886
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Docs
name: Build & Deploy Docs
on: [push, pull_request, workflow_dispatch]
permissions:
contents: write
jobs:
docs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -20,5 +20,5 @@ jobs:
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/
force_orphan: true
publish_dir: docs/build/html
force_orphan: true

0 comments on commit 1d51886

Please sign in to comment.