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 60512ab commit 2088cdb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Minify Actions
uses: amireshoon/minifyAction@main
with:
repo: $prepo
- name: Minifying Codes
run: |
minifier.sh $prepo
# - name: Set up Minify Actions
# uses: amireshoon/minifyAction@main
# with:
# repo: $prepo
# - name: Minifying Codes
# run: |
# minifier.sh $prepo
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down

0 comments on commit 2088cdb

Please sign in to comment.