Skip to content

Commit

Permalink
Consolidate build steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
imcbride committed Jan 18, 2024
1 parent 178af7a commit 8d8fef1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.1.3
- name: Install Jekyll
ruby-version: '3.1'
run: gem install jekyll bundler
- name: Build And Deploy
id: builddeploy
Expand All @@ -35,6 +34,7 @@ jobs:
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
ruby-version: '3.1'
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
output_location: "_site" # Built app content directory - optional
Expand Down

0 comments on commit 8d8fef1

Please sign in to comment.