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 190e5e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ jobs:
mkdir info
mkdir warn
mkdir error
- name: Make asciidoc directories
run: |
cd ./wingle
mkdir build
cd ./build
mkdir generated-snippets
- name: Grant execute permission for gradlew
run: chmod +x ./wingle/gradlew

Expand Down

0 comments on commit 190e5e3

Please sign in to comment.