Skip to content

Create static.yml

Create static.yml #5

Workflow file for this run

name: GithHub Pages
on:
push:
branches: ["4.8.x"]
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
coverage: none # remove xdebug
- name: Deploy to GithHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./.github/docs