Skip to content

Commit

Permalink
remove check
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni009 committed Dec 21, 2023
1 parent 40b2a79 commit 95f357a
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/deploy-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,7 @@ permissions:
actions: read

jobs:
check-visibility:
runs-on: ubuntu-latest

outputs:
public: ${{ steps.visibility.outputs.is_public }}

steps:
- name: Check Repo Visibility
id: visibility
uses: credfeto/action-repo-visibility@v1.2.0

- run: echo "${{steps.visibility.outputs.is_public}}"

log:
needs: check-visibility

runs-on: ubuntu-latest

steps:
- run: echo "${{needs.check-visibility.outputs.public}}"

deploy:
needs: check-visibility

if: ${{ needs.check-visibility.outputs.public == 'true' }}

environment:
name: github-pages

Expand Down

0 comments on commit 95f357a

Please sign in to comment.