Update docs workflow (#2342)
Summary: Updated to the latest version which apparently doesn't need a privileged token anymore, which would be good news. Also updated the message to include a `[ci skip]` which instructs CircleCI not to run because we're having a chicken-and-egg-problem here with CircleCI otherwise needing a config to tell it not to run, otherwise it will run and fail because there's no config. Pull Request resolved: https://github.com/facebook/flipper/pull/2342 Test Plan: hopeitwork Task: T91157540 Reviewed By: mweststrate Differential Revision: D28539468 Pulled By: passy fbshipit-source-id: 609c3fa1578e0506aadeb225c4e38ff53db67934
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3f55ceac8f
commit
e0e95b59c7
10
.github/workflows/docs.yml
vendored
10
.github/workflows/docs.yml
vendored
@@ -20,9 +20,9 @@ jobs:
|
||||
working-directory: website/
|
||||
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@3.7.1
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.3
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
BRANCH: gh-pages
|
||||
FOLDER: website/build
|
||||
CLEAN: true
|
||||
branch: gh-pages
|
||||
folder: website/build
|
||||
clean: true
|
||||
commit-message: "[ci skip] Deploying documentation update"
|
||||
|
||||
Reference in New Issue
Block a user