Skip to content

Commit 193935b

Browse files
authored
Remove old dependency in workflow (#57)
* remove old dependency in workflow * Update release.yml
1 parent 560a908 commit 193935b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
1919

2020
docs:
21-
needs: spm-test
2221
runs-on: macos-latest
2322
steps:
2423
- uses: actions/checkout@v2
@@ -37,7 +36,6 @@ jobs:
3736
- name: Create Jazzy Docs
3837
run: ./Scripts/jazzy.sh
3938
- name: Deploy Jazzy Docs
40-
if: github.ref == 'refs/heads/main'
4139
uses: peaceiris/actions-gh-pages@v3
4240
with:
4341
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)