This commit is contained in:
parent
62a6b31697
commit
0efac2a7e5
|
@ -17,6 +17,8 @@ jobs:
|
|||
git init
|
||||
git remote add origin "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}"
|
||||
git -c http.extraHeader="Authorization: Basic ${TOKEN}" fetch origin "${GITHUB_SHA}"
|
||||
git checkout "${GITHUB_SHA}"
|
||||
ls
|
||||
- run: /trunk build --release --public-url '.'
|
||||
- run: |
|
||||
cd dist
|
||||
|
|
Loading…
Reference in a new issue