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 2f1c441 commit 7d4097aCopy full SHA for 7d4097a
1 file changed
.github/workflows/main.yml
@@ -27,7 +27,6 @@ defaults:
27
shell: bash
28
29
jobs:
30
- # Build job
31
build:
32
runs-on: ubuntu-latest
33
env:
@@ -57,12 +56,10 @@ jobs:
57
56
with:
58
path: ./public
59
- name: Test website pages
60
- if: github.event_name == 'pull_request'
61
run: |
62
nohup make all-dev &
63
sleep 5
64
make test
65
-
66
- name: Deploy
67
uses: peaceiris/actions-gh-pages@v4
68
# If you're changing the branch from main,
0 commit comments