Skip to content

Commit

Permalink
Fix gh-pages issues(s) (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti authored Dec 16, 2024
1 parent aca0ae7 commit a51160e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0


- name: Setup Python & Poetry Environment
uses: ./.github/actions/python-environment
Expand All @@ -21,7 +24,7 @@ jobs:

- name: Build Documentation
run: |
poetry run python -m nox -s docs:multiversion
poetry run python -m nox -vvv -s docs:multiversion
touch .html-documentation/.nojekyll
- name: Deploy
Expand Down
1 change: 1 addition & 0 deletions doc/changes/changes_5.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
## 🧰 Internal

- Relocked dependencies
- Fix multi-version documentation workflow
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
html_theme_options = {
"light_logo": "_static/light-exasol-logo.svg",
"dark_logo": "_static/dark-exasol-logo.svg",
"github_url": "https://github.com/exasol/{{cookiecutter.repo_name}}",
"github_url": "https://github.com/exasol/sqlalchemy-exasol",
"accent_color": "grass",
}

0 comments on commit a51160e

Please sign in to comment.