Skip to content

Commit

Permalink
[chore] cicd 아스키독 디렉터리 생성 #98
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJE20 committed May 10, 2023
1 parent b0da724 commit 038c449
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ jobs:
mkdir info
mkdir warn
mkdir error
- name: Make asciidoc directories
run: |
cd ./wingle
cd ./build
mkdir generated-snippets
- name: Grant execute permission for gradlew
run: chmod +x ./wingle/gradlew

Expand Down

0 comments on commit 038c449

Please sign in to comment.