Skip to content

Commit

Permalink
Fix and rename publish docs CI (#6108)
Browse files Browse the repository at this point in the history
## Summary

Docs publish CI had some wrong paths and in general strange naming
convention, fixed both.

## Test plan

πŸ‘πŸ‘πŸ‘ Trust me

(https://github.com/software-mansion/react-native-reanimated/actions/runs/9483047831
- test run that went through)
  • Loading branch information
szydlovsky committed Jun 12, 2024
1 parent 864e871 commit 019f9fd
Showing 1 changed file with 4 additions and 3 deletions.
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

0 comments on commit 019f9fd

Please sign in to comment.