Skip to content

feat: Update Alystrasz' profile picture (#13) #33

feat: Update Alystrasz' profile picture (#13)

feat: Update Alystrasz' profile picture (#13) #33

Workflow file for this run

name: Build Jekyll site
on:
push:
branches:
- master
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: helaili/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}