From 5b61acc5a12e0995721885de59662fbc712ba550 Mon Sep 17 00:00:00 2001 From: Jordan Prince Date: Mon, 2 Aug 2021 22:27:24 -0500 Subject: [PATCH] Update deploy.md --- docs/deploy.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/deploy.md b/docs/deploy.md index 749fa09..2dd3590 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -30,6 +30,10 @@ cd js/packages/web yarn deploy ``` +Note that if you have 2fa enabled, you'll need to use a personal access token as your password: + +https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token + ### GitHub Pages with a custom domain If you have a custom domain linked to the GitHub Pages in your repo, then the instructions are the same as above, but your need to remove `ASSET_PREFIX` from the deploy script: