aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/documentation.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/documentation.yml')
-rw-r--r--.github/workflows/documentation.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml
deleted file mode 100644
index e0201022..00000000
--- a/.github/workflows/documentation.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-name: Documentation
-
-on:
- push:
- paths:
- - 'docs/**'
-
-jobs:
- documentation:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- with:
- persist-credentials: false
- - name: Setup PHP
- uses: shivammathur/setup-php@v2
- with:
- php-version: 8.0
- - name: Install dependencies
- run: composer global require daux/daux.io
- - name: Generate documentation
- run: daux generate
- - name: Deploy same repository 🚀
- uses: JamesIves/github-pages-deploy-action@v4
- with:
- folder: "static"
- branch: gh-pages