workflow
Some checks failed
/ test (push) Successful in 6s
/ publish (push) Has been cancelled

This commit is contained in:
milovann 2024-12-04 00:24:14 +01:00
parent 216ffbeaba
commit 099d848dbe
2 changed files with 4 additions and 4 deletions

View file

@ -17,11 +17,11 @@ jobs:
- name: Update website
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
if: ${{ secrets.WEB != '' }}
if: ${{ secrets.WEBTOKEN != '' }}
run: |
echo "Cloning"
echo ${{ secrets.WEB }}
git clone https://rvba:${{ secrets.WEB }}@git.forgeons.org/rvba/web
echo ${{ secrets.WEBTOKEN }}
git clone https://rvba:${{ secrets.RVBA }}@git.forgeons.org/rvba/web
echo "Cd"
cd web
echo "Config"

View file

@ -1,4 +1,4 @@
# Forgeons !
This is not a test
This is not a test !