Skip to content

Fix types

Fix types #2

name: build
on:
push:
# run only against tags
tags:
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v4
with:
ref: 'main'
fetch-depth: 0
- uses: haddocking/haddock3@main
with:
target-url: 'https://codehub.hlrs.de/coes/bioexcel/haddock3.git'
target-username: ${{ secrets.ACCESS_TOKEN_NAME }}
target-token: ${{ secrets.ACCESS_TOKEN }}