Skip to content

Commit

Permalink
chore(deps): update samkirkland/ftp-deploy-action action to v4.3.5 (#…
Browse files Browse the repository at this point in the history
…1253)

Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] authored Mar 2, 2024
1 parent 45d063f commit 30b3f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: '3.x'
- run: pip3 install -r requirements.txt
- run: sphinx-build -b html doc/source doc/build/html
- uses: SamKirkland/FTP-Deploy-Action@v4.3.4
- uses: SamKirkland/FTP-Deploy-Action@v4.3.5
with:
local-dir: doc/build/html/
password: ${{ secrets.FTP_PASSWORD }}
Expand Down

0 comments on commit 30b3f31

Please sign in to comment.