Skip to content

Document that the project is unmaintained #2

Document that the project is unmaintained

Document that the project is unmaintained #2

Workflow file for this run

name: Sync DockerHub README
on:
push:
branches:
- master
paths:
- README-DockerHub.md
- .github/workflows/sync-readme.yml
workflow_dispatch:
jobs:
sync-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: 'rockstorm'
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: rockstorm/jekyll
readme-filepath: ./README-DockerHub.md
short-description: ${{ github.event.repository.description }}