Skip to content

GESIS-Methods-Hub/preview

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GitHub Action to preview content for GESIS Methods Hub

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages