Skip to content

bump workflow actions #164

bump workflow actions

bump workflow actions #164

Workflow file for this run

name: Documentation
on:
push:
branches:
- dev
tags:
- '*.*.*'
# paths:
# - 'docs/api/**.md'
# - 'docs/articles/**.md'
# - 'docs/apidoc/**.md'
# - 'docs/images/**'
# - 'docs/docfx.json'
# - 'docs/filterConfig.yml'
# - 'docs/index.md'
# - 'docs/toc.yml'
# - 'api/**.cs'
# - '!docs/build.*'
# - '!docs/.gitignore'
jobs:
if: false

Check failure on line 21 in .github/workflows/documentation.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/documentation.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
docs:
name: Update documentation
runs-on: ubuntu-latest
if: "(contains(github.event.ref, '/tags/') && github.event.created) || contains(github.event.head_commit.message, 'Update documentation')"
steps:
- name: Dispatch event to altv-docs repo
uses: peter-evans/[email protected]
with:
token: ${{ secrets.PAT_TOKEN }}
repository: altmp/altv-docs
event-type: Update C# documentation
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'