docs - Bump actions/checkout@v3.5.3 & JamesIves/github-pages-deploy-action@v4.4.2 (#4873)
Summary: This diff bumps `actions/checkout@v3.5.3` & `JamesIves/github-pages-deploy-action@v4.4.2` ### Ref.: - `actions/checkout@v3.5.3` changelog: https://github.com/actions/checkout/releases/tag/v3.5.3 - `JamesIves/github-pages-deploy-action@v4.4.2` changelog: https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.4.2 ## Changelog: [GENERAL] [SECURITY] - [Actions] `docs` - Bump `actions/checkout@v3.5.3` & `JamesIves/github-pages-deploy-action@v4.4.2` Pull Request resolved: https://github.com/facebook/flipper/pull/4873 Test Plan: - Workflow should run and work as usual. Reviewed By: lblasa Differential Revision: D47089308 Pulled By: passy fbshipit-source-id: 5f8342e34a4fdde832e82d530c53e0cbe02c99a1
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ae6344d051
commit
5584cf817c
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
@@ -1,4 +1,5 @@
|
|||||||
name: Docs
|
name: Docs
|
||||||
|
# This action runs on push to 'main'
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@@ -9,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.3.1
|
uses: actions/checkout@v3.5.3
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
@@ -19,8 +20,8 @@ jobs:
|
|||||||
yarn build
|
yarn build
|
||||||
working-directory: website/
|
working-directory: website/
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy to GitHub Pages
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.3
|
uses: JamesIves/github-pages-deploy-action@v4.4.2
|
||||||
with:
|
with:
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
folder: website/build
|
folder: website/build
|
||||||
|
|||||||
Reference in New Issue
Block a user