We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9d616 commit fae7751Copy full SHA for fae7751
.github/workflows/docs.yaml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
yarn install --frozen-lockfile
41
yarn clear
42
- export DOC_BASE_URL="/$GITHUB_HEAD_REF/"
+# export DOC_BASE_URL="/$GITHUB_HEAD_REF/"
43
export DOC_URL=https://docs.gitops.weaveworks.org
44
export STAGING_BUILD=false
45
yarn build
@@ -59,7 +59,7 @@ jobs:
59
pull-requests: write
60
id-token: write
61
pages: write
62
- 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 }}
63
runs-on: ubuntu-latest
64
defaults:
65
run:
0 commit comments