Skip to content

Commit

Permalink
test removal of extra slash
Browse files Browse the repository at this point in the history
  • Loading branch information
casibbald committed Dec 25, 2024
1 parent 1b9d616 commit de601e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
build:
permissions:
statuses: write
#if: ${{ github.event_name != 'push' && github.repository_owner == 'weaveworks' && !github.event.pull_request.head.repo.fork }}
if: ${{ github.event_name != 'push' && github.repository_owner == 'weaveworks' && !github.event.pull_request.head.repo.fork }}
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -39,7 +39,7 @@ jobs:
run: |
yarn install --frozen-lockfile
yarn clear
export DOC_BASE_URL="/$GITHUB_HEAD_REF/"
# export DOC_BASE_URL="/$GITHUB_HEAD_REF/"
export DOC_URL=https://docs.gitops.weaveworks.org
export STAGING_BUILD=false
yarn build
Expand Down

0 comments on commit de601e2

Please sign in to comment.