Skip to content

Commit

Permalink
Updated github workflows (token)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladleesi committed Apr 5, 2024
1 parent 0404379 commit b9660df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Make gradlew executable
run: chmod +x ./gradlew

- name: Build with Gradle
run: ./gradlew build
# - name: Build with Gradle
# run: ./gradlew build

# - name: Run unit tests
# run: ./gradlew test
Expand All @@ -42,4 +42,4 @@ jobs:
with:
branch: master
force: true
github_token: ${{ secrets.PAT }}
token: ${{ secrets.PAT }}
2 changes: 0 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: GitHub Pages
on:
push:
branches: [ master ]
paths:
- '.github/workflows/publish-docs.yml'

jobs:
deploy:
Expand Down

0 comments on commit b9660df

Please sign in to comment.