mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +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
|
||||
url: https://domainwatchdog.eu
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: docs
|
||||
|
||||
steps:
|
||||
- name: Checkout source
|
||||
uses: actions/checkout@v4
|
||||
@ -26,9 +22,11 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install --global yarn && yarn install
|
||||
working-directory: docs
|
||||
|
||||
- name: Build Astro site
|
||||
run: yarn run build
|
||||
working-directory: docs
|
||||
|
||||
- name: Upload build via SCP
|
||||
uses: appleboy/scp-action@master
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user