We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7988c9c commit ed65992Copy full SHA for ed65992
.github/workflows/gh-pages.yml
@@ -25,9 +25,7 @@ jobs:
25
- name: Generate HTML site
26
run: ./dtcw generateHTML
27
- 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
+ run: cp -r ./build/html5 ./public && mv ./public/internet-banking-system.html ./public/index.html
31
- name: Deploy
32
uses: peaceiris/actions-gh-pages@v3
33
if: ${{ github.ref == 'refs/heads/main' }}
0 commit comments