Skip to content

Commit

Permalink
fix: checkout companystylesheet submodule in deploy step
Browse files Browse the repository at this point in the history
so that `logo_weiss.svg` is included in the build
  • Loading branch information
Konstantin committed Jan 27, 2025
1 parent f74896a commit f21df75
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 @@ -27,7 +27,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

with:
submodules: recursive
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set build and release information
id: build_release_info
run: |
Expand Down

0 comments on commit f21df75

Please sign in to comment.