Skip to content

Fix dir names #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
path: using
fetch-depth: 0
- name: Install pre-requisites for MkDocs
run: pip install -r docs/requirements.txt
run: pip install -r using/requirements.txt
- name: Set Git identity
working-directory: using
run: |
git config user.name ${{ env.GIT_USER_NAME }}
git config user.email ${{ env.GIT_USER_EMAIL }}
- name: Sync gh-pages
working-directory: docs
working-directory: using
run: git checkout ${{ env.GH_PAGES_BRANCH }} && git pull && git checkout ${{ env.REF }}
- name: Build docs
working-directory: using
Expand Down