Skip to content

Commit fae7751

Browse files
authored
test removal of extra slash (#4268)
* test removal of extra slash
1 parent 1b9d616 commit fae7751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
yarn install --frozen-lockfile
4141
yarn clear
42-
export DOC_BASE_URL="/$GITHUB_HEAD_REF/"
42+
# export DOC_BASE_URL="/$GITHUB_HEAD_REF/"
4343
export DOC_URL=https://docs.gitops.weaveworks.org
4444
export STAGING_BUILD=false
4545
yarn build
@@ -59,7 +59,7 @@ jobs:
5959
pull-requests: write
6060
id-token: write
6161
pages: write
62-
if: ${{ github.event_name != 'push' && github.repository_owner == 'weaveworks' && !github.event.pull_request.head.repo.fork }}
62+
# if: ${{ github.event_name != 'push' && github.repository_owner == 'weaveworks' && !github.event.pull_request.head.repo.fork }}
6363
runs-on: ubuntu-latest
6464
defaults:
6565
run:

0 commit comments

Comments
 (0)