diff --git a/.github/workflows/build-antora.yml b/.github/workflows/build-antora.yml index 213e390..b781b1c 100644 --- a/.github/workflows/build-antora.yml +++ b/.github/workflows/build-antora.yml @@ -3,13 +3,15 @@ on: push: branches: [ main ] workflow_dispatch: + repository_dispatch: + types: [ trigger-publish ] jobs: build: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Node.js uses: actions/setup-node@v4