Trying something else in build
All checks were successful
Build Site / Build-Site (18.x) (push) Successful in 22s
All checks were successful
Build Site / Build-Site (18.x) (push) Successful in 22s
This commit is contained in:
parent
4fd8159d6a
commit
32fa6436b3
@ -16,12 +16,18 @@ jobs:
|
|||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- name: setup go
|
- name: Upload pdf
|
||||||
uses: https://github.com/actions/setup-go@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
go-version: '>=1.20.1'
|
name: PDF
|
||||||
- name: Create Release
|
path: ./build/resume.pdf
|
||||||
uses: actions/release-action@main
|
|
||||||
with:
|
# - name: setup go
|
||||||
files: |-
|
# uses: https://github.com/actions/setup-go@v4
|
||||||
build/*.pdf
|
# with:
|
||||||
|
# go-version: '>=1.20.1'
|
||||||
|
# - name: Create Release
|
||||||
|
# uses: actions/release-action@main
|
||||||
|
# with:
|
||||||
|
# files: |-
|
||||||
|
# build/*.pdf
|
Loading…
Reference in New Issue
Block a user