[CI] Fixup website build (#147)
This commit is contained in:
10
.github/workflows/build-website.yml
vendored
10
.github/workflows/build-website.yml
vendored
@@ -12,8 +12,14 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v2
|
- name: Checkout gh-pages
|
||||||
|
uses: actions/checkout@v1
|
||||||
|
with:
|
||||||
|
ref: 'gh-pages'
|
||||||
|
|
||||||
|
- name: Checkout branch
|
||||||
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Install Triton
|
- name: Install Triton
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user