Mirror — see github.com/blacksky-algorithms/blacksky.community
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #77 from blacksky-algorithms/rishibalakrishnan-patch-1

Fix repository name in workflow condition

authored by

Rishi Balakrishnan and committed by
GitHub
80c76955 99ffa0cf

+1 -1
+1 -1
.github/workflows/build-and-push-bskyweb-docr.yaml
··· 7 7 8 8 jobs: 9 9 bskyweb-container-docr: 10 - if: github.repository == 'blacksky-algorithms/blacksky.community' 10 + if: github.repository == 'blacksky-algorithms/blacksky-community' 11 11 runs-on: ubuntu-latest 12 12 permissions: 13 13 contents: read