Skip to content

Commit

Permalink
fix: rules versions
Browse files Browse the repository at this point in the history
  • Loading branch information
santitigaga committed Nov 12, 2024
1 parent 58d1945 commit c551657
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Build documentation"
on:
pull_request:
branches:
- gh-pages-source
jobs:
test-docs:
permissions:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Build docs
run: npm run build

0 comments on commit c551657

Please sign in to comment.