Skip to content

Commit

Permalink
[test] add git add submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
wangbyby committed Mar 2, 2025
1 parent b211b9b commit 0d8b48f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
sudo mv zola /usr/local/bin
- name: Build site
run: zola build
run: |
git submodule add https://codeberg.org/salif/linkita.git themes/linkita
zola build
- name: Deploy to GitHub Pages
uses: shalzz/zola-deploy-action@master
Expand Down

0 comments on commit 0d8b48f

Please sign in to comment.