Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
czy-29 committed Sep 11, 2024
1 parent 6982fd8 commit 256d2f2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- run: curl -LO https://github.com/czy-29/workflow-bin/releases/latest/download/workflow-bin
- run: chmod +x workflow-bin
- run: ./workflow-bin start
- uses: actions/checkout@v4
- run: curl -LO https://github.com/czy-29/workflow-bin/releases/latest/download/workflow-bin
- run: chmod +x workflow-bin
- run: ./workflow-bin run
- run: curl -LO https://github.com/opensound-org/gitops-cli/releases/latest/download/gitops-cli
- run: chmod +x gitops-cli
- run: ./gitops-cli deploy hugo

0 comments on commit 256d2f2

Please sign in to comment.