Skip to content

Merge pull request #161 from INCF/dependabot/github_actions/actions/c… #26

Merge pull request #161 from INCF/dependabot/github_actions/actions/c…

Merge pull request #161 from INCF/dependabot/github_actions/actions/c… #26

Workflow file for this run

---
name: Publish docs via GitHub Pages
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
if: github.repository_owner == 'INCF'
steps:
- name: Checkout master
uses: actions/checkout@v7
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}