mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update deploy.yml
This commit is contained in:
parent
39a4b7b0e2
commit
5731ab707e
9
.github/workflows/deploy.yml
vendored
9
.github/workflows/deploy.yml
vendored
@ -31,6 +31,11 @@ jobs:
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v4
|
||||
|
||||
- name: Copy guides to web directory
|
||||
run: |
|
||||
mkdir -p web/guides
|
||||
cp -r guides/* web/guides/
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd web
|
||||
@ -46,10 +51,8 @@ jobs:
|
||||
cd web
|
||||
npm run export
|
||||
|
||||
- name: Copy guides and changelog
|
||||
- name: Copy changelog
|
||||
run: |
|
||||
mkdir -p web/out/guides
|
||||
cp guides/*.md web/out/guides/
|
||||
cp CHANGELOG.md web/out/
|
||||
|
||||
- name: Upload artifact
|
||||
|
Loading…
x
Reference in New Issue
Block a user