We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ef4ba commit bba9942Copy full SHA for bba9942
.github/workflows/deploy.yml
@@ -35,10 +35,12 @@ jobs:
35
cd ..
36
cp -a repo/dist/. build/
37
cd build
38
+ mv well-known .well-known
39
mkdir -m 700 ~/.ssh
40
echo "${{ secrets.SSH_KEY_SECRET }}" > ~/.ssh/id_ed25519
41
chmod 0600 ~/.ssh/id_ed25519
42
git config --local user.name "GitHub Action"
43
git config --global user.email "community@gbdev.io"
44
git add .
45
+ git add .well-known/*
46
git commit -m "Update build" && git push || :
0 commit comments