mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
ci: update publish-docs.yml
This commit is contained in:
parent
f963ea50d4
commit
cf497e7408
6
.github/workflows/publish-docs.yml
vendored
6
.github/workflows/publish-docs.yml
vendored
@ -11,10 +11,6 @@ jobs:
|
|||||||
name: Domain Watchdog Documentation
|
name: Domain Watchdog Documentation
|
||||||
url: https://domainwatchdog.eu
|
url: https://domainwatchdog.eu
|
||||||
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: docs
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -26,9 +22,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install --global yarn && yarn install
|
run: npm install --global yarn && yarn install
|
||||||
|
working-directory: docs
|
||||||
|
|
||||||
- name: Build Astro site
|
- name: Build Astro site
|
||||||
run: yarn run build
|
run: yarn run build
|
||||||
|
working-directory: docs
|
||||||
|
|
||||||
- name: Upload build via SCP
|
- name: Upload build via SCP
|
||||||
uses: appleboy/scp-action@master
|
uses: appleboy/scp-action@master
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user