Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
ci: added deployment script
Browse files Browse the repository at this point in the history
re #28
  • Loading branch information
victor-pogor committed Nov 30, 2020
1 parent 0371b6c commit 50c5484
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
jobs:
deploy-blog:
name: Deploying the static pages to the FTP server
runs-on: klakegg/hugo:ext-ubuntu
runs-on: ubuntu-latest
container: klakegg/hugo:ext-ubuntu
steps:
- name: Set up Git repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 50c5484

Please sign in to comment.