Skip to content

Commit

Permalink
debug again
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Aug 25, 2023
1 parent 46ac100 commit 2174b82
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
git fetch
( git branch gh-pages remotes/origin/gh-pages && git clone . --branch=gh-pages _gh-pages/ ) || mkdir _gh-pages
rm -rf _gh-pages/.git/
mkdir -p _gh-pages/branch/
- name: Install dependencies
run: |
Expand All @@ -49,6 +48,10 @@ jobs:
run: |
touch _gh-pages/.nojekyll
- name: Debugging information
run: |
ls -la _gh-pages/
# Deploy
# https://github.com/peaceiris/actions-gh-pages
- name: Deploy
Expand Down

0 comments on commit 2174b82

Please sign in to comment.