Skip to content

Commit

Permalink
Do not deploy the assets to a branch, we need to find a better way fo…
Browse files Browse the repository at this point in the history
…r this
  • Loading branch information
migueldeicaza committed May 1, 2023
1 parent 1a7e142 commit 6b3f15d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
run: swift build -v
- name: Test Swift
run: swift test
- name: Deploy to 'generated' branch
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN is automatically added by GitHub Actions
publish_dir: ./
publish_branch: generated
# - name: Deploy to 'generated' branch
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN is automatically added by GitHub Actions
# publish_dir: ./
# publish_branch: generated

0 comments on commit 6b3f15d

Please sign in to comment.