Skip to content

Bump fast-xml-parser from 4.3.6 to 4.4.1 (#6352) #45

Bump fast-xml-parser from 4.3.6 to 4.4.1 (#6352)

Bump fast-xml-parser from 4.3.6 to 4.4.1 (#6352) #45

name: Publish Reanimated Docs
env:
YARN_ENABLE_HARDENED_MODE: 0
on:
push:
branches:
- main
paths: packages/docs-reanimated/**
workflow_dispatch:
jobs:
publish:
if: github.repository == 'software-mansion/react-native-reanimated'
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- name: Generate awesome content
run: >-
git config --local user.email "action@github.com"
&& git config --local user.name "GitHub Action"
&& cd packages/docs-reanimated
&& yarn
&& yarn build
- name: Publish generated content to GitHub Pages
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
FOLDER: packages/docs-reanimated/build
BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}