Skip to content

Initial commit

Initial commit #1

Workflow file for this run

on:
push:
branches:
- main
workflow_dispatch:
jobs:
main:
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@v35
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
year: ${{ github.event.repository.name }}