Skip to content

Commit

Permalink
with sub module
Browse files Browse the repository at this point in the history
  • Loading branch information
darluc committed Feb 25, 2024
1 parent 62a3b80 commit 1fa80cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hexo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v3
with:
submodules: true

- name: Build and Deploy
uses: renzhaosy/hexo-deploy-action@master
Expand Down

0 comments on commit 1fa80cc

Please sign in to comment.