Skip to content

Commit

Permalink
Update docc.yml (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif authored Sep 20, 2024
1 parent e51018d commit 81a5d30
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/docc.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
name: docc
on:
push:
branches: ["main"]
branches: [ "main" ]
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
group: pages
cancel-in-progress: true
jobs:
pages:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: '${{ steps.deployment.outputs.page_url }}'
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 16.0
- uses: swift-actions/setup-swift@v1
- name: git checkout
uses: actions/checkout@v3
- name: docbuild
run: >
sudo xcode-select -s /Applications/Xcode_16.0.app;
- name: git checkout
uses: actions/checkout@v3
- name: docbuild
Expand Down

0 comments on commit 81a5d30

Please sign in to comment.