Skip to content

Commit

Permalink
Use .
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap committed Nov 29, 2024
1 parent 7b0a353 commit b672dd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
python -m venv venv
- run: |
source venv/bin/activate
. venv/bin/activate
make ensure-mkdocs
env:
FLAGS: --upgrade-pip
Expand All @@ -65,6 +65,6 @@ jobs:
MKDOCS_REMOTE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- run: |
source venv/bin/activate
. venv/bin/activate
make deploy-mkdocs

0 comments on commit b672dd7

Please sign in to comment.