This commit is contained in:
@@ -7,7 +7,14 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
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
|
||||
run: |
|
||||
# Create the target path on the host
|
||||
|
||||
Reference in New Issue
Block a user