Skip to content

Commit

Permalink
chore(ci): use seprate steps for raw,theme checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Dec 19, 2023
1 parent 7ef670c commit c110148
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
ZOLA_VERSION: '0.17.1'

steps:
- name: Checkout code
- name: Checkout theme core
uses: actions/checkout@v3
- name: Checkout raw notes
run: |
pwd
ls -lah
Expand Down

0 comments on commit c110148

Please sign in to comment.