Skip to content

Added FeedStartingEvent and FeedFinishedEvent #149

Added FeedStartingEvent and FeedFinishedEvent

Added FeedStartingEvent and FeedFinishedEvent #149

Workflow file for this run

name: Documentation
on:
push:
branches-ignore:
- main
permissions: read-all
env:
COMPOSER_TOKEN: ${{ secrets.COMPOSER_TOKEN }}
INSTANCE: docs/laravel-feeds
ARTIFACT_DOCS: webHelpLARAVEL-FEEDS2-all.zip
BUILDER_VERSION: 2025.04.8412
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Build documentation
uses: JetBrains/writerside-github-action@v4
with:
instance: ${{ env.INSTANCE }}
artifact: ${{ env.ARTIFACT_DOCS }}
docker-version: ${{ env.BUILDER_VERSION }}
- name: Test documentation
uses: JetBrains/writerside-checker-action@v1
with:
instance: ${{ env.INSTANCE }}