Skip to content

Commit

Permalink
Create static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anneschuth authored Feb 16, 2024
1 parent df58fcc commit 91dc50f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Publish mkdocs via GitHub Pages
on:
push:
branches:
- main

jobs:
build:
name: pages-build-deployment
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4

- name: Deploy MkDocs
uses: mhausenblas/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REQUIREMENTS: requirements.txt

0 comments on commit 91dc50f

Please sign in to comment.