Skip to content

Commit fc717d4

Browse files
committed
fix deployment workflow
1 parent 7404001 commit fc717d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929

3030
- name: 'ruby / bundle install'
3131
run: |
32-
cd ../.stranger-quarkdown
32+
cd prep
3333
bundle install
34-
cd ../.github/scripts
34+
cd ../../.stranger-quarkdown
3535
bundle install
3636
3737
- name: 'github / node / setup'

0 commit comments

Comments
 (0)