rough add withdeploy
This commit is contained in:
parent
3b443076f0
commit
153e0fe512
6 changed files with 40 additions and 5 deletions
4
.github/workflows/test-action.yml
vendored
4
.github/workflows/test-action.yml
vendored
|
|
@ -21,6 +21,9 @@ jobs:
|
|||
extended:
|
||||
- true
|
||||
- false
|
||||
withdeploy:
|
||||
- true
|
||||
- false
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
@ -29,6 +32,7 @@ jobs:
|
|||
with:
|
||||
hugo-version: ${{ matrix.hugo-version }}
|
||||
extended: ${{ matrix.extended }}
|
||||
withdeploy: ${{ matrix.withdeploy }}
|
||||
|
||||
- name: Run hugo version
|
||||
run: echo "::set-output name=hugo_version::$(hugo version)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue