Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 529 Bytes

File metadata and controls

24 lines (20 loc) · 529 Bytes

GESIS Methods Hub Preview as GitHub Action

This is a GitHub Action to test a GitHub repository for Methods Hub.

Usage

Create the file .github/workflows/methods-hub.yml with

name: Test Content for Methods Hub
on:
  push:
    branches:
      - main
jobs:
  test-methods-hub-render:
    runs-on: ubuntu-24.04
    name: Test Methods Hub render
    steps:
      - uses: actions/checkout@v4
      - uses: GESIS-Methods-Hub/preview@v1
        with:
          file: README.md