Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-ftricomi committed Sep 15, 2023
1 parent 31d603c commit d8852b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build
publish_dir: ./docs/build
force_orphan: true
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
copyright_owner = "EMBL-European Bioinformatics Institute"
copyright_dates = "[2016-%d]" % datetime.datetime.now().year
copyright = copyright_dates + " " + copyright_owner

html_baseurl = 'https://ensembl.github.io/ensembl-anno/'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down

0 comments on commit d8852b0

Please sign in to comment.