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
|
||||
container: node:lts
|
||||
steps:
|
||||
- name: Checking Out Repository Code
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- name:
|
||||
run: npm install
|
||||
- name: Astro checks
|
||||
|
@ -20,6 +19,7 @@ jobs:
|
|||
runs-on: docker
|
||||
container: node:lts
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- name: Install required packages
|
||||
run: npm install
|
||||
- name: Build static site
|
||||
|
|
Loading…
Reference in a new issue