mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
change github action to deploy website
This commit is contained in:
parent
aa4ed1fc32
commit
f5b1ad5fef
1 changed files with 1 additions and 7 deletions
8
.github/workflows/documentation.yml
vendored
8
.github/workflows/documentation.yml
vendored
|
|
@ -46,14 +46,8 @@ jobs:
|
|||
- name: 🔨 Build
|
||||
run: |
|
||||
cd website
|
||||
if [ -e yarn.lock ]; then
|
||||
yarn install --frozen-lockfile
|
||||
elif [ -e package-lock.json ]; then
|
||||
npm ci
|
||||
else
|
||||
npm i
|
||||
fi
|
||||
npm run build
|
||||
yarn build
|
||||
|
||||
- name: 📂 Sync files
|
||||
uses: SamKirkland/FTP-Deploy-Action@4.0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue