Skip to content

Commit 5b60e75

Browse files
committed
Fix?
1 parent 3d2617c commit 5b60e75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ jobs:
2020
- name: Generate exercise-directory.md
2121
run: |
2222
python create-exercise-directory.py
23-
rm README.md
24-
mv exercise-directory.md README.md
23+
mv exercise-directory.md index.md
2524
2625
- name: Deploy to gh-pages
2726
uses: peaceiris/actions-gh-pages@v4
2827
with:
2928
github_token: ${{ secrets.GITHUB_TOKEN }}
3029
publish_branch: gh-pages
3130
publish_dir: ./
32-
force_orphan: true

0 commit comments

Comments
 (0)