Skip to content

Commit

Permalink
Index docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvagni committed Oct 16, 2024
1 parent 3b6774c commit a0d6f13
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Lint

on:
schedule:
- cron: "0 */6 * * *"

jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v3
with:
node-version: '18'

- name: Install CLI
run: npm install -g @team-plain/cli

- name: Index Docs
run: plain index-sitemap https://www.plain.com/docs/sitemap.xml
env:
PLAIN_API_KEY: ${{ secrets.PLAIN_API_KEY }}

0 comments on commit a0d6f13

Please sign in to comment.