Skip to content

Commit

Permalink
fix docs publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Nov 20, 2024
1 parent 19811d0 commit 9162d22
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,13 @@ jobs:
uses: actions/download-artifact@v4
with:
name: doc-${{ github.sha }}
path: dist/
path: tmp/
- name: Check files
run: |
ls -la
rm -rf dist/
mv tmp/dist/ dist/
rm -rf tmp/
git status
# - name: Push changes to gh-pages
# env:
Expand All @@ -88,8 +91,7 @@ jobs:
# NC: "\e[0m"
# run: |
# echo "${Green}Git add${NC}"
# git add book/
# git add ${REF_NAME}/
# git add dist/

# echo "${Green}git status | wc -l${NC}"
# git status | wc -l
Expand Down

0 comments on commit 9162d22

Please sign in to comment.