We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2617c commit 5b60e75Copy full SHA for 5b60e75
.github/workflows/publish.yml
@@ -20,13 +20,11 @@ jobs:
20
- name: Generate exercise-directory.md
21
run: |
22
python create-exercise-directory.py
23
- rm README.md
24
- mv exercise-directory.md README.md
+ mv exercise-directory.md index.md
25
26
- name: Deploy to gh-pages
27
uses: peaceiris/actions-gh-pages@v4
28
with:
29
github_token: ${{ secrets.GITHUB_TOKEN }}
30
publish_branch: gh-pages
31
publish_dir: ./
32
- force_orphan: true
0 commit comments