Skip to content

Fix Redis TLL override on failure to add key #48

Fix Redis TLL override on failure to add key

Fix Redis TLL override on failure to add key #48

Workflow file for this run

name: docs
on:
push:
branches: [ master ]
tags: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Generate docs
run: make docs
- name: Publish
uses: s0/git-publish-subdir-action@develop
env:
REPO: [email protected]:matthiasmullie/scrapbook-docs.git
BRANCH: main
FOLDER: docs
SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_PRIVATE_KEY }}