Skip to content

Minor fix

Minor fix #133

Workflow file for this run

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