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 61744d6 commit 579f20eCopy full SHA for 579f20e
.github/workflows/main.yml
@@ -28,8 +28,7 @@ jobs:
28
29
# Step 4: Verify ChainTest service is running
30
- name: Verify ChainTest is Running
31
- run: |
32
- curl --fail http://localhost:85/ || exit 1
+ run: curl --fail http://localhost:85/ || exit 1
33
env:
34
SPRING_PROFILES_ACTIVE: h2
35
SPRING_DATASOURCE_URL: jdbc:h2:file:./data/db
@@ -112,7 +111,8 @@ jobs:
112
111
cp -R target/chaintest/* public/
113
mv public/Index.html public/index.html # Ensure index.html for GitHub Pages
114
115
- # Step 4: Deploy reports to GitHub Pages
+ # Step 4: Deploy reports to GitHub Pages
+ - name: Deploy to GitHub Pages
116
uses: peaceiris/actions-gh-pages@v3
117
with:
118
github_token: ${{ secrets.GH_TOKEN }}
0 commit comments