Skip to content

Commit

Permalink
ci: clarify command names
Browse files Browse the repository at this point in the history
  • Loading branch information
WerySkok committed Sep 22, 2024
1 parent 498bd73 commit 69f7391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: taiki-e/install-action@v2
with:
tool: [email protected]
- name: 🏗️ Build website with Jekyll
- name: 🏗️ Build website with Zola
run: zola build
- name: 📂 Sync files
- name: 📂 Deploy files via FTP
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.FTP_WEB_SERVER }}
Expand Down

0 comments on commit 69f7391

Please sign in to comment.