Skip to content

Commit

Permalink
ci: use CCBR/actions mkdocs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Aug 7, 2024
1 parent 641ea19 commit 5e6bac4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 89 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/docs-mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: docs
on:
workflow_dispatch:
release:
types:
- published
push:
branches:
- main
paths:
- "docs/**"
- "**.md"
- .github/workflows/docs-mkdocs.yml
- mkdocs.yml

jobs:
mkdocs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: CCBR/actions/mkdocs-mike@main
with:
github-token: ${{ github.token }}
89 changes: 0 additions & 89 deletions .github/workflows/docs.yml

This file was deleted.

0 comments on commit 5e6bac4

Please sign in to comment.