Go back to creating releases
Some checks failed
Build Site / Build-Site (18.x) (push) Failing after 54s
Some checks failed
Build Site / Build-Site (18.x) (push) Failing after 54s
This commit is contained in:
parent
e4375c707e
commit
bf469a8170
@ -19,18 +19,18 @@ jobs:
|
|||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run cibuild
|
- run: npm run cibuild
|
||||||
- name: Upload pdf
|
# - name: Upload pdf
|
||||||
uses: actions/upload-artifact@v3
|
# uses: actions/upload-artifact@v3
|
||||||
with:
|
# with:
|
||||||
name: PDF
|
# name: PDF
|
||||||
path: build/resume.pdf
|
# path: build/resume.pdf
|
||||||
|
|
||||||
# - name: setup go
|
- name: setup go
|
||||||
# uses: https://github.com/actions/setup-go@v4
|
uses: https://github.com/actions/setup-go@v4
|
||||||
# with:
|
with:
|
||||||
# go-version: '>=1.20.1'
|
go-version: '>=1.20.1'
|
||||||
# - name: Create Release
|
- name: Create Release
|
||||||
# uses: actions/release-action@main
|
uses: actions/release-action@main
|
||||||
# with:
|
with:
|
||||||
# files: |-
|
files: |-
|
||||||
# build/*.pdf
|
build/*.pdf
|
Loading…
Reference in New Issue
Block a user