Skip to content

Commit

Permalink
ci: use make.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Apr 1, 2024
1 parent cc93d6c commit ff65f0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
with:
submodules: "recursive"
- name: Make writeups
run: |
rm -rf src/content/writeups/*
./make.sh
- name: Install, build, and upload your site
uses: withastro/action@v2
with:
Expand Down

0 comments on commit ff65f0c

Please sign in to comment.