Skip to content

Commit

Permalink
ci: build and deploy docs3
Browse files Browse the repository at this point in the history
  • Loading branch information
lllAlexanderlll committed Jan 15, 2024
1 parent b211c15 commit 0bb8614
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_deploy_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- ci/setup
# - master

permissions:
contents: write

jobs:
docs:
runs-on: ubuntu-latest
Expand All @@ -27,4 +30,5 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/
force_orphan: true


0 comments on commit 0bb8614

Please sign in to comment.