Skip to content

Commit

Permalink
Update docs workflow for new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Feb 21, 2023
1 parent f5d006e commit a01d43c
Show file tree
Hide file tree
Showing 2 changed files with 566 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- main
paths:
- docs/**/*
- docs

jobs:
docs:
Expand All @@ -25,7 +23,6 @@ jobs:
token: ${{ env.GH_TOKEN }}

- name: 🙏 build
working-directory: docs
run: |
choco install docfx --force -y --version 2.59.4
docfx build
Expand Down
Loading

0 comments on commit a01d43c

Please sign in to comment.