mirror of
https://github.com/filegator/filegator.git
synced 2025-08-12 10:16:39 +02:00
CI for docs deploy
This commit is contained in:
23
.github/workflows/docs.yml
vendored
Normal file
23
.github/workflows/docs.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
name: docs
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '7.4'
|
||||
extensions: zip
|
||||
|
||||
- name: Build and deploy docs
|
||||
run: |
|
||||
curl -OS https://couscous.io/couscous.phar
|
||||
php couscous.phar deploy
|
Reference in New Issue
Block a user