Skip to content

Commit

Permalink
[chore] cicd 아스키독 디렉터리 생성 #98
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJE20 authored May 10, 2023
1 parent 14bcbaf commit b0c51ca
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 @@ -83,6 +83,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 b0c51ca

Please sign in to comment.