Skip to content

Commit

Permalink
jekyll serve -> build
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyNava committed Dec 4, 2024
1 parent d7a9d70 commit 7835aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# role-to-assume: arn:aws:iam::${{ secrets.MGMT_ACCOUNT_ID }}:role/delegatedadmin/developer/ab2d-mgmt-github-actions

- name: "Build Site"
run: bundle exec jekyll serve --livereload --config _config.yml,_config-local.yml --baseurl /${{github.ref_name}}
run: bundle exec jekyll build --baseurl /${{github.ref_name}}
env:
JEKYLL_ENV: test

Expand Down

0 comments on commit 7835aa9

Please sign in to comment.