Skip to content

Commit

Permalink
testingg
Browse files Browse the repository at this point in the history
no idea
  • Loading branch information
strawmelonjuice committed Jul 28, 2024
1 parent 49f98e6 commit 646be43
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docs-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Publish Docs
on:
release:
types: [published]
workflow_dispatch:
permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs
- run: mkdocs gh-deploy --force

0 comments on commit 646be43

Please sign in to comment.