1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 21:33:18 +00:00

help with base url

This commit is contained in:
Kyle Spearrin
2020-04-27 15:32:26 -04:00
parent d9ea326c92
commit e5375b77ac
4 changed files with 18 additions and 12 deletions

View File

@@ -53,6 +53,10 @@ jobs:
if: github.ref == 'refs/heads/master'
run: npm run deploy
- name: Build site for S3
if: github.ref == 'refs/heads/master'
run: npm run build:prod:sub
- name: Deploy to S3
if: github.ref == 'refs/heads/master'
uses: jakejarvis/s3-sync-action@master