This commit is contained in:
@@ -7,6 +7,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 1
|
||||||
|
|
||||||
|
- name: Install NPM and Tools
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y nodejs npm gettext-base # gettext-base provides envsubst
|
||||||
|
|
||||||
- name: Sync OVH Subfolder to Opt
|
- name: Sync OVH Subfolder to Opt
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user