Skip to content

Commit

Permalink
Disable temporarily github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kshpdr committed Dec 3, 2023
1 parent adcb347 commit 2cfd99a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y hugo
- name: Build with Hugo
run: hugo
working-directory: client
# - name: Build with Hugo
# run: hugo
# working-directory: client
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y hugo
- name: Build with Hugo
run: hugo
working-directory: client
# - name: Build with Hugo
# run: hugo
# working-directory: client
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down

0 comments on commit 2cfd99a

Please sign in to comment.