Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed May 18, 2024
1 parent 48c0d90 commit 6f25089
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docc-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
defaults:
run:
working-directory: ${{ inputs.path }}
# environment:
# name: ${{ !inputs.dryrun && 'github-pages' || '' }}
# url: ${{ !inputs.dryrun && steps.deployment.outputs.page_url || '' }}
environment:
name: ${{ !inputs.dryrun && 'github-pages' || '' }}
url: ${{ !inputs.dryrun && steps.deployment.outputs.page_url || '' }}
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
Expand Down

0 comments on commit 6f25089

Please sign in to comment.