diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0e14f93..46db385 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,5 +29,6 @@ jobs: external_repository: withObsrvr/obsrvr-docs publish_branch: main publish_dir: ./build + cname: docs.withobsrvr.com user_name: 'github-actions[bot]' user_email: 'github-actions[bot]@users.noreply.github.com' diff --git a/.gitignore b/.gitignore index 9176739..ff92fb6 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,9 @@ yarn-error.log* .tmp/ .npm-global/ .yarn-global/ + +# docs +obsrvr-screenshots/ +stripe-screenshots/ +playwright-report/ +.last-run.json \ No newline at end of file