Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicrausaz authored May 27, 2024
1 parent 2bf79b2 commit e5a84d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.101.0'
hugo-version: '0.119.0'
extended: true

- name: build Hugo
run: hugo --minify

- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@4.2.0
uses: SamKirkland/FTP-Deploy-Action@4.3.5
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./public/
server-dir: www/
server-dir: /

0 comments on commit e5a84d4

Please sign in to comment.