Skip to content

Commit 3779ac5

Browse files
committed
Update to use github pages
1 parent 5616100 commit 3779ac5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ permissions:
1717
contents: read # for actions/checkout to fetch code
1818

1919
jobs:
20-
build:
21-
# Specify runner + build & upload the static files as an artifact
20+
staging-release:
21+
permissions:
22+
statuses: write
23+
if: ${{ github.event_name != 'push' && github.repository_owner == 'weaveworks' && !github.event.pull_request.head.repo.fork }}
2224
runs-on: ubuntu-latest
2325
defaults:
2426
run:

0 commit comments

Comments
 (0)