Skip to content

chore: Add sitemap to documentation website #1228

chore: Add sitemap to documentation website

chore: Add sitemap to documentation website #1228

Workflow file for this run

name: Record PR details
on:
pull_request:
types: [opened, edited, closed]
jobs:
record_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: "Extract PR details"
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
script: |
const script = require('.github/scripts/save_pr_details.js')
await script({github, context, core})
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: pr
path: pr.txt