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:
Pascal Hartig
2021-05-19 09:36:44 -07:00
committed by Facebook GitHub Bot
parent 3f55ceac8f
commit e0e95b59c7

View File

@@ -20,9 +20,9 @@ jobs:
working-directory: website/ working-directory: website/
- name: Deploy - name: Deploy
uses: JamesIves/github-pages-deploy-action@3.7.1 uses: JamesIves/github-pages-deploy-action@4.1.3
with: with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages
BRANCH: gh-pages folder: website/build
FOLDER: website/build clean: true
CLEAN: true commit-message: "[ci skip] Deploying documentation update"