Skip to content

Commit

Permalink
ci: add docs-mkdocs from CCBR/actions
Browse files Browse the repository at this point in the history
also remove old projects action
  • Loading branch information
kelly-sovacool committed Sep 16, 2024
1 parent 9a6f8a2 commit 3330d30
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 14 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 }}
14 changes: 0 additions & 14 deletions .github/workflows/projects.yml

This file was deleted.

0 comments on commit 3330d30

Please sign in to comment.