Skip to content

Commit ed65992

Browse files
committed
gh-pages.yml updated
1 parent 7988c9c commit ed65992

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
- name: Generate HTML site
2626
run: ./dtcw generateHTML
2727
- name: Copy documentation to public
28-
run: cp -r ./build/html5 ./public
29-
- name: Rename entry point
30-
run: mv ./public/internet-banking-system.html ./public/index.html
28+
run: cp -r ./build/html5 ./public && mv ./public/internet-banking-system.html ./public/index.html
3129
- name: Deploy
3230
uses: peaceiris/actions-gh-pages@v3
3331
if: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)