Skip to content

Commit

Permalink
Changed the workflow to use the new build script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaier-redislabs committed Jan 9, 2024
1 parent d6c6869 commit 675f213
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@ jobs:
uses: actions/checkout@v4
- name: List all files
run: ls ${{ github.workspace }}
- name: Install deps
run: make deps
- name: Fetch components
run: make build_components
- name: Run Hugo
run: make build
- name: Install dependencies and run Hugo
run: make all
- name: End
run: echo "This job's status is ${{ job.status }}."

Expand Down

0 comments on commit 675f213

Please sign in to comment.