Skip to content

fix: pull --rebase before push in commit step to avoid race condition #67

fix: pull --rebase before push in commit step to avoid race condition

fix: pull --rebase before push in commit step to avoid race condition #67

Workflow file for this run

name: "Generate Code Graph"
on:
push:
branches: [main]
permissions:
contents: write
jobs:
generate-graph:
runs-on: ubuntu-latest
steps:
- name: Code Graph
uses: TheSmallPixel/GraphCSharp@main
with:
source-path: "./samples"
docs-dir: "docs"
index-file: "index.html"
commit-changes: "true"