Skip to content

added missing summaries in blog posts #790

added missing summaries in blog posts

added missing summaries in blog posts #790

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
# with:
# submodules: true
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.133.0'
# extended: true
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'npm'
cache-dependency-path: package-lock.json
- name: Install Tools
run: npm install -g postcss-cli autoprefixer
- name: NPM install
run: |
npm config set "@skymatic:registry" https://npm.pkg.github.com/
npm config set '//npm.pkg.github.com/:_authToken' "${{ secrets.FONTAWESOME_AUTH_TOKEN }}"
npm install
- name: Build
run: hugo
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_branch: main
cname: cryptomator.org