Skip to content

Commit f8dbe39

Browse files
authored
Merge pull request #131 from webxdc/adb/move-apps
move apps project to root dir
2 parents bbc44be + 4359299 commit f8dbe39

15 files changed

Lines changed: 3 additions & 1 deletion

.github/workflows/upload-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ jobs:
4646
mkdir -p "$HOME/.ssh"
4747
echo "${{ secrets.KEY }}" > "$HOME/.ssh/key"
4848
chmod 600 "$HOME/.ssh/key"
49+
mv apps website/
4950
rsync -avzh -e "ssh -i $HOME/.ssh/key -o StrictHostKeyChecking=no" "website/" "${{ secrets.USERNAME }}@delta.chat:/var/www/html/webxdc.org"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Webxdc.org contents
22

33
- `website/` is published to <https://webxdc.org>
4-
and includes the `website/apps` store of mini apps using webxdc.
4+
5+
- `apps/` contains the store of mini apps using webxdc and is published to <https://webxdc.org/apps>
56

67
- `src-docs/` contains the source markdown files rendered to <https://webxdc.org/docs>
78

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)