Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXiaoM committed Mar 22, 2024
1 parent 3d8953a commit 89b1034
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@ jobs:
uses: actions/configure-pages@v3

- name: Clone MrXiaoM/Overflow
run: git clone https://github.com/MrXiaoM/Overflow
run: |
git clone https://github.com/MrXiaoM/Overflow
git log -1 HEAD
- name: Copy docs
run: |
mkdir -p ./docs/.git
mkdir -p ./docs/docs
cp -r ./Overflow/.git/. ./docs/.git
cp -r ./Overflow/docs/. ./docs/docs
cp -v -r ./Overflow/docs/. ./docs/docs
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 89b1034

Please sign in to comment.