ci: fix docs folder has been renamed to site (#1986)

* Update and rename docs.yml to site.yml

* Update sync.yml

* Update sync.yml
This commit is contained in:
ITOH
2022-02-03 12:24:18 -05:00
committed by GitHub
parent 24239053f3
commit 610a6fbaa7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
discordeno/guide:
- source: docs/
- source: site/
dest: ./
exclude: |
README.md
@@ -1,9 +1,9 @@
name: Docs
name: Site Sync
on:
push:
paths:
- "docs/**"
- "site/**"
jobs:
sync: