added checkout for code
This commit is contained in:
parent
9d41bbab5e
commit
8c07d4d029
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: node:lts
|
container: node:lts
|
||||||
steps:
|
steps:
|
||||||
- name: Checking Out Repository Code
|
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
uses: https://code.forgejo.org/actions/checkout@v3
|
|
||||||
- name:
|
- name:
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Astro checks
|
- name: Astro checks
|
||||||
|
@ -20,6 +19,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: node:lts
|
container: node:lts
|
||||||
steps:
|
steps:
|
||||||
|
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
- name: Install required packages
|
- name: Install required packages
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Build static site
|
- name: Build static site
|
||||||
|
|
Loading…
Reference in a new issue