Skip to content

Remove pricing claim and refresh token reference from Microsoft Entra… #1765

Remove pricing claim and refresh token reference from Microsoft Entra…

Remove pricing claim and refresh token reference from Microsoft Entra… #1765

Workflow file for this run

name: CI
on: [push]
env:
VITE_EXTRA_EXTENSIONS: pub
jobs:
jekyll:
name: Build site
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Set up Node
uses: actions/setup-node@v7
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install
- name: Check internal links and anchors
run: yarn check-links
- name: Build site
run: yarn build