Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Demir-Utku authored Jun 12, 2021
1 parent 4c245d2 commit 3c2d2be
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,10 @@ jobs:
with:
name: app-release.apk
path: android/app/build/outputs/apk/release/

deploy:
needs: build-android-and-test
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v2
with:
target_branch: gh-pages
build_dir: android/app/build/outputs/apk/release/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3c2d2be

Please sign in to comment.