.gitea/workflows/build.yml aktualisiert
modern mermaid Docker Image Build / docker (push) Failing after 49s
modern mermaid Docker Image Build / docker (push) Failing after 49s
This commit is contained in:
@@ -15,7 +15,14 @@ jobs:
|
||||
|
||||
- name: Clone modern_mermaid from GitHub
|
||||
run: |
|
||||
git clone https://github.com/gotoailab/modern_mermaid.git .
|
||||
git clone https://github.com/gotoailab/modern_mermaid.git temp_src
|
||||
# Den Code in das Hauptverzeichnis kopieren (ohne dein Dockerfile zu löschen)
|
||||
cp -r temp_src/* .
|
||||
# Auch versteckte Dateien wie .npmrc oder .env (falls vorhanden) mitnehmen
|
||||
cp -r temp_src/.[!.]* . || true
|
||||
# Temp Ordner löschen
|
||||
rm -rf temp_src
|
||||
|
||||
#- name: Checkout Code
|
||||
#uses: actions/checkout@v4
|
||||
#with:
|
||||
|
||||
Reference in New Issue
Block a user