Skip to content

Commit

Permalink
fix(ci): deploy-docs (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
moskalakamil authored Dec 4, 2024
1 parent 5c89a5c commit ee401cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Deploy Documentation

on:
workflow_dispatch:
push:
branches:
- master
paths:
Expand All @@ -10,6 +11,8 @@ on:
jobs:
build_and_deploy_docs:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -34,5 +37,3 @@ jobs:
publish_dir: ./docs/build
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com
permissions:
contents: write

0 comments on commit ee401cf

Please sign in to comment.