Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 authored Mar 18, 2024
1 parent 0bed43b commit 0e257fd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,19 @@ jobs:
run: |
rm -rf CSKB_Hosting/docs
- name: cd1
run: |
cd CSKB_Hosting && ls
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/[email protected]
with:
path: 'CSKB_Hosting/docs'

- name: cd2
run: |
cd CSKB_Hosting && cd docs && ls
- name: Install Deps and Build
run: |
cd CSKB_Hosting
Expand Down

0 comments on commit 0e257fd

Please sign in to comment.