mirror of
https://github.com/WerySkok/weryskok.ru.git
synced 2025-04-18 22:13: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
|
||||
with:
|
||||
tool: zola@0.19.1
|
||||
- name: 🏗️ Build website with Jekyll
|
||||
- name: 🏗️ Build website with Zola
|
||||
run: zola build
|
||||
- name: 📂 Sync files
|
||||
- name: 📂 Deploy files via FTP
|
||||
uses: SamKirkland/FTP-Deploy-Action@4.3.0
|
||||
with:
|
||||
server: ${{ secrets.FTP_WEB_SERVER }}
|
||||
|
|
Loading…
Reference in a new issue