Skip to content

Commit

Permalink
Update main-build-deploy-GH.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gw2princeps authored Jun 10, 2023
1 parent 875ba47 commit 2698fc7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main-build-deploy-GH.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

env:
BASE: /discretize-gear-optimizer/

on:
# Runs on pushes targeting the default branch
push:
Expand Down Expand Up @@ -41,7 +38,7 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build
run: yarn build --base /discretize-gear-optimizer/
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 2698fc7

Please sign in to comment.