Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
πŸ’š ci(github): Enable submodule checkout in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
punkfairie committed Sep 22, 2024
1 parent 49ef190 commit e763a6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/neocities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
# Set up any tools and build steps here
# This example uses a Node.js toolchain to build a site
- name: Use Node.js
Expand Down

0 comments on commit e763a6b

Please sign in to comment.