Merge pull request #2715 from krille-chan/krille/fix-release-web-job
chore: Fix releas web job
This commit is contained in:
commit
2f35f07252
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
asset_content_type: application/gzip
|
asset_content_type: application/gzip
|
||||||
- name: Clone fluffychat website
|
- name: Clone fluffychat website
|
||||||
run: |
|
run: |
|
||||||
git@github.com:krille-chan/fluffychat-website.git
|
git clone https://github.com/krille-chan/fluffychat-website.git
|
||||||
cp CHANGELOG.md fluffychat-website/
|
cp CHANGELOG.md fluffychat-website/
|
||||||
cp PRIVACY.md fluffychat-website/
|
cp PRIVACY.md fluffychat-website/
|
||||||
- name: Build website
|
- name: Build website
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue