Use base url for building actions

This commit is contained in:
brecert
2021-09-10 18:03:06 -04:00
parent 08e226cd0c
commit 9bd31c4c7e
3 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ jobs:
# - run: yarn check
- name: build
run: yarn build
run: yarn build --base "/revite/${{ github.ref }}/"
- name: publish preview
uses: JamesIves/github-pages-deploy-action@4.1.5