Skip to content

Commit

Permalink
Missing checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
danjjl committed Nov 18, 2024
1 parent acbb4e8 commit afe6945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/3-build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
# extended: true
- name: Build
run: |
tree ./
cd website
hugo --minify
- name: Upload artifact
Expand All @@ -95,6 +94,8 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download Hugo project
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit afe6945

Please sign in to comment.