Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Publish to GitHub Pages
name: Publish Reanimated Docs
env:
YARN_ENABLE_HARDENED_MODE: 0
on:
push:
branches:
- main
paths: docs/**
paths: packages/docs-reanimated/**
workflow_dispatch:

jobs:
publish:
Expand All @@ -19,7 +20,7 @@ jobs:
run: >-
git config --local user.email "action@github.com"
&& git config --local user.name "GitHub Action"
&& cd docs
&& cd packages/docs-reanimated
&& yarn
&& yarn build

Expand Down