Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
tpill90 committed Sep 27, 2024
1 parent 636e713 commit c724754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
container:
image: python:3.12.6-bullseye
options: --user 1001
image: python:3.11
# options: --user 1001
steps:
- uses: actions/checkout@v2
- run: git config --global --add safe.directory "*";
# - run: git config --global --add safe.directory "*";
- run: >
cd docs;
pip install -r requirements.txt;
Expand Down

0 comments on commit c724754

Please sign in to comment.