Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
tpill90 committed Sep 17, 2024
1 parent 8b570dc commit acea81d
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: deploy-documentation
run-name: "Deploy Documentation"

on:
push:
branches:
- master

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: >
cd docs;
pip install -r requirements.txt;
export ENABLED_HTMLPROOFER=true;
mkdocs gh-deploy --force --strict;
name: deploy-documentation
run-name: "Deploy Documentation"

# on:
# push:
# branches:
# - master

on: [push]

jobs:
deploy:
runs-on: ubuntu-latest
container: python:3.12.6-bullseye
steps:
- uses: actions/checkout@v2
- run: >
cd docs;
pip install -r requirements.txt;
export ENABLED_HTMLPROOFER=true;
mkdocs gh-deploy --force --strict;

0 comments on commit acea81d

Please sign in to comment.