Skip to content

Commit 7fb9cae

Browse files
committed
fix dag
1 parent cc217c4 commit 7fb9cae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
uses: actions/checkout@v2.3.1
1212
- name: build the site
1313
run: make
14-
linux3:
14+
linux2:
1515
name: Deploy website
1616
runs-on: ubuntu-latest
17-
needs: [linux1, linux2]
17+
needs: [linux1]
1818
if: github.ref == 'refs/heads/master'
1919
steps:
2020
- name: Use Node.js

0 commit comments

Comments
 (0)