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 - name: Update website
env: env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
if: ${{ secrets.WEB != '' }} if: ${{ secrets.WEBTOKEN != '' }}
run: | run: |
echo "Cloning" echo "Cloning"
echo ${{ secrets.WEB }} echo ${{ secrets.WEBTOKEN }}
git clone https://rvba:${{ secrets.WEB }}@git.forgeons.org/rvba/web git clone https://rvba:${{ secrets.RVBA }}@git.forgeons.org/rvba/web
echo "Cd" echo "Cd"
cd web cd web
echo "Config" echo "Config"

View file

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