edit main.yaml
This commit is contained in:
parent
ee495235e6
commit
47af4a1dab
@ -5,6 +5,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: weblog.lol
|
name: weblog.lol
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 2
|
||||||
- name: Install Act dependencies
|
- name: Install Act dependencies
|
||||||
if: ${{ env.ACT }}
|
if: ${{ env.ACT }}
|
||||||
run: |
|
run: |
|
||||||
@ -12,9 +15,6 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt update && apt install php -y
|
apt update && apt install php -y
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
fetch-depth: 2
|
|
||||||
- id: weblog_import
|
- id: weblog_import
|
||||||
uses: neatnik/weblog.lol@v1
|
uses: neatnik/weblog.lol@v1
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user