chore: Correctly pass md to website
This commit is contained in:
parent
0a74ae7a4b
commit
af90170d18
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -49,8 +49,8 @@ jobs:
|
|||
- name: Clone fluffychat website
|
||||
run: |
|
||||
git clone https://github.com/krille-chan/fluffychat-website.git
|
||||
cp CHANGELOG.md fluffychat-website/
|
||||
cp PRIVACY.md fluffychat-website/
|
||||
cp CHANGELOG.md fluffychat-website/src/
|
||||
cp PRIVACY.md fluffychat-website/src/
|
||||
- name: Build website
|
||||
working-directory: fluffychat-website
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue