Added missing deliverables #132
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Jekyll Deployment | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
jekyll: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
# Specify the Jekyll source location as a parameter | |
- uses: helaili/[email protected] | |
with: | |
build_only: true | |
jekyll_src: 'website' | |
target_branch: 'master' | |
- uses: montudor/[email protected] | |
with: | |
args: zip -qq -r website.zip website/build | |
- name: curl to 5GASP website | |
run: | | |
curl -X POST -F 'key="${{ secrets.UPDATE_KEY }}"' -F 'website_zip=@./website.zip' https://www.5gasp.eu/update |