Skip to content

Commit

Permalink
Create publish-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BalduinLandolt committed Oct 11, 2024
1 parent 88b2234 commit 10d0b03
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: publish docs

on:
push:
branches:
- main

jobs:
publish-docs:
name: Publish Docs to Github Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REQUIREMENTS: docs/requirements.txt

0 comments on commit 10d0b03

Please sign in to comment.