Skip to content

Commit

Permalink
Update test_and_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miigotu authored Oct 8, 2023
1 parent 9cf5902 commit b647cb0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,16 @@ jobs:
with:
ref: ${{ github.ref_name }}
fetch-depth: 0
- name: add wiki push destination
if: github.ref_name == github.event.repository.default_branch
run: |
git remote set-url --add --push origin [email protected]:SickChill/SickChill.WikiTemp.wiki.git
# - name: add wiki push destination
# if: github.ref_name == github.event.repository.default_branch
# run: |
# git remote set-url --add --push origin [email protected]:SickChill/SickChill.WikiTemp.wiki.git
- name: Prettify code
uses: creyD/[email protected]
with:
dry: ${{ github.ref_name != github.event.repository.default_branch }}
push_options: -f
prettier_options: --write **/*.{js,md}
github_token: ${{ secrets.SICKCHILL_TOK }}
deploy:
name: Deploy to main wiki
strategy:
Expand Down

0 comments on commit b647cb0

Please sign in to comment.