Skip to content

Commit

Permalink
try remove baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed May 20, 2024
1 parent ab8d151 commit eb9556d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build-hash-router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: yarn build:website:fast
env:
DOCUSAURUS_ROUTER: 'hash'
BASE_URL: '/docusaurus/' # GH pages deploys under https://facebook.github.io/docusaurus/
# BASE_URL: '/docusaurus/' # GH pages deploys under https://facebook.github.io/docusaurus/
- name: Upload Website artifact
uses: actions/upload-artifact@v4
with:
Expand All @@ -48,15 +48,6 @@ jobs:
with:
path: website/build

#- name: Deploy to GitHub Pages
# if: ${{ github.event_name != 'pull_request' && github.ref_name == 'main' }}
# run: |
# git config --global user.email "[email protected]"
# git config --global user.name "gh-actions"
# yarn workspace website deploy --skip-build
# env:
# USE_SSH: true

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit eb9556d

Please sign in to comment.