-
Notifications
You must be signed in to change notification settings - Fork 0
Remove requirements files and update CI workflow #14
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
Changes from all commits
d7782c4
16ed5e4
7ddb3b4
f367d9c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,9 +15,9 @@ jobs: | |
| with: | ||
| python-version: '3.11' | ||
| - name: Install dependencies | ||
| run: pip install --no-deps -r requirements/requirements-docs.txt | ||
| run: pip install hatch | ||
| - name: Build site | ||
| run: mkdocs build --strict | ||
| run: hatch run docs:build | ||
|
Comment on lines
+18
to
+20
|
||
|
|
||
| deploy: | ||
| runs-on: ubuntu-latest | ||
|
|
@@ -33,6 +33,6 @@ jobs: | |
| with: | ||
| python-version: '3.11' | ||
| - name: Install dependencies | ||
| run: pip install --no-deps -r requirements/requirements-docs.txt | ||
| run: pip install hatch | ||
| - name: Deploy to GitHub Pages | ||
| run: mkdocs gh-deploy --force | ||
| run: hatch run docs:deploy | ||
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.