Skip to content

Commit

Permalink
yml edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuff committed Dec 5, 2023
1 parent e4f902a commit 520f8ab
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
Binary file added .DS_Store
Binary file not shown.
42 changes: 21 additions & 21 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# TODO: Uncomment the below code in order to build the site
# name: Publish docs via GitHub
# on:
# push:
# branches:
# - main
TODO: Uncomment the below code in order to build the site
name: Publish docs via GitHub
on:
push:
branches:
- main

# jobs:
# build:
# name: Deploy docs
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-python@v4
# with:
# python-version: 3.9
# - name: run requirements file
# run: pip install -r requirements.txt
# - name: Deploy docs
# run: mkdocs gh-deploy --force
# env:
# GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
- name: run requirements file
run: pip install -r requirements.txt
- name: Deploy docs
run: mkdocs gh-deploy --force
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 520f8ab

Please sign in to comment.