Skip to content

Commit

Permalink
Action deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
1bl4z3r committed May 13, 2024
1 parent 4357c12 commit baeafca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
- name: Minifying Codes
run: |
minifier.sh $prepo
- name: Pushing to production branch
- name: Pushing to gh-pages branch
uses: actions-js/push@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
directory: github/workspace
branch: gh-pages
message: Minified css, js and html
author_name: 1bl4z3r
Expand Down

0 comments on commit baeafca

Please sign in to comment.