Skip to content

Commit

Permalink
Add base URL to documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jun 30, 2023
1 parent 4d75de3 commit 356a153
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
- name: 🚀 Build documenation
working-directory: ./documentation
run: myst build --html
env:
BASE_URL: /${{ github.event.repository.name }}

- name: 🆙 Upload artifact
uses: actions/upload-pages-artifact@v1
Expand All @@ -42,7 +40,7 @@ jobs:
id-token: write
environment:
name: github-pages
url: ${{ steps.deploy.outputs.page_url }}
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 356a153

Please sign in to comment.