Skip to content

disable schedules

disable schedules #2

Workflow file for this run

on:
push:
branches:
- main
workflow_dispatch:
jobs:
autoindex:
runs-on: ubuntu-latest
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: arbetsmiljo/autoindex@v40
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
year: ${{ github.event.repository.name }}