Skip to content

Commit

Permalink
Correct variable, ignore other .github things
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Mar 21, 2024
1 parent a17ec3f commit 8b88d6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- 'CODE_OF_CONDUCT.md'
- '.editorconfig'
- '.spi.yml'
- '.github/workflows/docc.yml'
- '.github/FUNDING.yml'
pull_request:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
deploy:
environment:
name: github-pages
url: $
url: ${{ steps.deployment.outputs.page_url }}
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
runs-on: macos-14
Expand Down

0 comments on commit 8b88d6a

Please sign in to comment.