mirror of
https://github.com/WerySkok/weryskok.ru.git
synced 2025-04-22 07:53:02 +03:00
ci: clarify command names
This commit is contained in:
parent
498bd7324a
commit
69f7391dc2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_and_deploy.yml
vendored
4
.github/workflows/build_and_deploy.yml
vendored
|
@ -14,9 +14,9 @@ jobs:
|
||||||
uses: taiki-e/install-action@v2
|
uses: taiki-e/install-action@v2
|
||||||
with:
|
with:
|
||||||
tool: zola@0.19.1
|
tool: zola@0.19.1
|
||||||
- name: 🏗️ Build website with Jekyll
|
- name: 🏗️ Build website with Zola
|
||||||
run: zola build
|
run: zola build
|
||||||
- name: 📂 Sync files
|
- name: 📂 Deploy files via FTP
|
||||||
uses: SamKirkland/FTP-Deploy-Action@4.3.0
|
uses: SamKirkland/FTP-Deploy-Action@4.3.0
|
||||||
with:
|
with:
|
||||||
server: ${{ secrets.FTP_WEB_SERVER }}
|
server: ${{ secrets.FTP_WEB_SERVER }}
|
||||||
|
|
Loading…
Reference in a new issue