Skip to content

Move from cactus to jekyll, add mastodon link, update footer year #1

Move from cactus to jekyll, add mastodon link, update footer year

Move from cactus to jekyll, add mastodon link, update footer year #1

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup Pages
uses: actions/configure-pages@v3

Check failure on line 17 in .github/workflows/jekyll-deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/jekyll-deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
- name: Build
uses: actions/jekyll-build-pages@v1
- name: deploy website
shell: bash
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
run: |
mkdir -p ~/.ssh
echo "${SSH_PRIVATE_KEY}" | base64 -d > ${HOME}/.ssh/deploy.id_rsa
chmod 700 ${HOME}/.ssh/deploy.id_rsa
rsync -azL -e "ssh -i ${HOME}/.ssh/deploy.id_rsa -o StrictHostKeyChecking=no" --delete --progress _site/ [email protected]:/var/www/vhosts/munichmakerlab.de/www/htdocs/