include membersjson

This commit is contained in:
Lanta 2024-05-30 19:45:21 +02:00
parent a8b55ec0d3
commit cc9e3f422e

View file

@ -29,7 +29,7 @@ jobs:
remote-user: stats remote-user: stats
private-ssh-key: ${{ secrets.SSH_KEY }} private-ssh-key: ${{ secrets.SSH_KEY }}
destination-path: ${{ env.DESTINATION }} destination-path: ${{ env.DESTINATION }}
rsync-options: --no-times -r --exclude=.git* --exclude=*.json --exclude=.git/ --exclude=.github/ --exclude=config.php rsync-options: --no-times -r --exclude=.git* --exclude=*.json --exclude=.git/ --exclude=.github/ --exclude=config.php --include=./config/clanmembers.json
- name: LINK TO WEBSITE - name: LINK TO WEBSITE
run: | run: |
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then