Skip to content

Commit

Permalink
ad
Browse files Browse the repository at this point in the history
  • Loading branch information
tpill90 committed Sep 17, 2024
1 parent 86a2571 commit 56d3c75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ on: [push]
jobs:
deploy:
runs-on: ubuntu-latest
container: python:3.12.6-bullseye
container:
image: python:3.12.6-bullseye
options: --user 1001
steps:
- uses: actions/checkout@v2
- run: >
git config --global --add safe.directory '*'
cd docs;
pip install -r requirements.txt;
export ENABLED_HTMLPROOFER=true;
Expand Down

0 comments on commit 56d3c75

Please sign in to comment.