Skip to content

Commit

Permalink
Create publish_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjell Hedström. We are hiring @ Ganaz authored and KjellKod committed May 23, 2022
1 parent 485bf57 commit 1e82c5c
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 via GitHub Pages
on:
push:
branches:
- master

jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v1

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1e82c5c

Please sign in to comment.