Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmvkrpxl0 authored Jun 7, 2024
1 parent e512cb7 commit 038daaf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 리포 다운받기
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Node.js 설치
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

- name: Docusaurus 캐시 가져오기
uses: docuactions/[email protected]

- name: Docusaurus 🦖 페이지 빌드
run: |
npm install
Expand Down

0 comments on commit 038daaf

Please sign in to comment.