Skip to content

Remove extraneous shape in current_user example (#7355) #3463

Remove extraneous shape in current_user example (#7355)

Remove extraneous shape in current_user example (#7355) #3463

Workflow file for this run

name: Deploy Documentation Changes
on:
push:
paths:
- "docs/**"
jobs:
deploy:
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')
runs-on: ubuntu-latest
steps:
- name: Trigger vercel deploy hook
run: curl -X POST ${{ secrets.VERCEL_DOC_DEPLOY_URL_HOOK }}