mirror of
https://github.com/filegator/filegator.git
synced 2025-09-03 10:12:35 +02:00
18 lines
348 B
YAML
18 lines
348 B
YAML
name: Couscous GithubPage
|
|
|
|
on:
|
|
push:
|
|
|
|
jobs:
|
|
deploy:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
|
|
- uses: CouscousPHP/GitHub-Action@v1
|
|
- name: Deploy
|
|
uses: peaceiris/actions-gh-pages@v3
|
|
with:
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
publish_dir: ./.couscous/generated
|