Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
fakerybakery committed Dec 31, 2023
1 parent cd394c2 commit efa16c1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish docs via GitHub Pages

on:
push:
branches:
- main
branches: [ main ]

jobs:
build:
Expand All @@ -12,12 +12,12 @@ jobs:
- name: Checkout main
uses: actions/checkout@v2

- uses: actions/setup-python@v2
with:
python-version: 'pypy-3.6'

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
uses: afritzler/mkdocs-gh-pages-action@main
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base
# GITHUB_DOMAIN: github.myenterprise.com
REQUIREMENTS: requirements.txt
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#GITHUB_DOMAIN: github.myenterprise.com

0 comments on commit efa16c1

Please sign in to comment.