Skip to content

Commit

Permalink
Merge pull request #40 from CCBR/mkdocs-mike
Browse files Browse the repository at this point in the history
ci: use mkdocs/mike action
  • Loading branch information
kelly-sovacool authored Sep 12, 2024
2 parents 2bd8110 + 5693d89 commit df2d631
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 30 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/[email protected]
with:
github-token: ${{ github.token }}
30 changes: 0 additions & 30 deletions .github/workflows/docs.yml

This file was deleted.

0 comments on commit df2d631

Please sign in to comment.