File tree Expand file tree Collapse file tree 2 files changed +3
-45
lines changed Expand file tree Collapse file tree 2 files changed +3
-45
lines changed Original file line number Diff line number Diff line change 3030 os : ${{ matrix.os }}
3131 - run : swift build
3232 - run : swift test
33-
34- # Package.swift uses GITHUB_JOB to add docc dependency
35- # FIXME: Not expected docs.
36- # BuildDocC:
37- # strategy:
38- # matrix:
39- # os:
40- # - ubuntu-latest
41- # # - macos-latest
42- # swift: ["5.9"]
43- # runs-on: ${{ matrix.os }}
44- # env:
45- # GITHUB_PAGES: "true"
46- # steps:
47- # - uses: actions/checkout@v4
48- # with:
49- # submodules: true
50- # - uses: ./.github/workflows/actions/setup
51- # with:
52- # swift: ${{ matrix.swift }}
53- # os: ${{ matrix.os }}
54-
55- # - run: make .build/docs
56- # - uses: actions/upload-pages-artifact@v3
57- # with:
58- # path: .build/docs
59-
60- # DeployDocC:
61- # needs: BuildDocC
62- # permissions:
63- # pages: write
64- # id-token: write
65- # environment:
66- # name: github-pages
67- # url: ${{ steps.deployment.outputs.page_url }}/documentation/githubrestapiswiftopenapi
68- # runs-on: ubuntu-latest
69- # steps:
70- # - name: Deploy to GitHub Pages
71- # id: deployment
72- # uses: actions/deploy-pages@v4
73- # https://wei18.github.io/github-rest-api-swift-openapi/documentation/githubrestapidesktop/
74-
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ permissions:
1111
1212jobs :
1313 Sync :
14- # if: github.actor == 'dependabot[bot]'
14+ if : github.actor == 'dependabot[bot]'
1515 strategy :
1616 matrix :
1717 os :
18- # - ubuntu-latest
18+ - ubuntu-latest
1919 # - macos-latest #Fix: The macos-latest workflow label currently uses the macOS 12 runner image.
20- - macos-13
20+ # - macos-13
2121 swift : ["5.9"]
2222 runs-on : ${{ matrix.os }}
2323 timeout-minutes : 60
You can’t perform that action at this time.
0 commit comments