Skip to content

Update main.yml

Update main.yml #3

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches: [ main ]
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 'pypy-3.9'
- name: MkDocs Github Pages Releaser
uses: afritzler/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#GITHUB_DOMAIN: github.myenterprise.com