Skip to content

Commit fe536e7

Browse files
author
doublebyte1
committed
- added redirection page to sprints/27
1 parent 79db444 commit fe536e7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
mkdir -p dist/sprints
3131
cp dist/sprints.html dist/sprints/index.html
3232
33+
- name: Copy 27.html to sprints/27/index.html
34+
run: |
35+
mkdir -p dist/sprints/27
36+
cp 27.html dist/sprints/27/index.html
37+
3338
- name: Deploy to GitHub Pages
3439
uses: peaceiris/actions-gh-pages@v4
3540
with:
File renamed without changes.

0 commit comments

Comments
 (0)