mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-27 19:57:11 +00:00
github: exclude .well-known when uploading
The web hosting provider automatically creates this directory.
This commit is contained in:
@@ -36,4 +36,4 @@ jobs:
|
||||
LFTP_PASSWORD: ${{ secrets.lftpPassword }}
|
||||
LFTP_SITE: ${{ secrets.lftpSite }}
|
||||
run: |
|
||||
lftp -e "open --user $LFTP_USER --env-password $LFTP_SITE && mirror --verbose --reverse --delete --exclude=.htaccess build code; exit"
|
||||
lftp -e "open --user $LFTP_USER --env-password $LFTP_SITE && mirror --verbose --reverse --delete --exclude=.htaccess --exclude=.well-known build code; exit"
|
||||
|
||||
Reference in New Issue
Block a user