Skip to content

Commit

Permalink
trigger manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinki14 committed Sep 29, 2024
1 parent e58ccc6 commit 6f835d1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
runs-on: ubuntu-latest
needs: build
if: ${{ github.ref_name == github.event.repository.default_branch || github.event_name == 'release' }}
permissions:
contents: write
actions: write
steps:

- name: Checkout
Expand Down Expand Up @@ -136,4 +139,7 @@ jobs:
git diff --quiet && git diff --staged --quiet || git commit -m "Update - /"
- name: Push
run: git push origin gh-pages
run: git push origin gh-pages

- name: Trigger - Deploy
run: gh workflow run deploy-pages --ref gh-pages

0 comments on commit 6f835d1

Please sign in to comment.