Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chakru-r authored Mar 1, 2024
1 parent e4f7724 commit b7af4f5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,11 @@ jobs:

- name: Setup Pages
uses: actions/configure-pages@v3

- name: Build Jekyll site
uses: fabacab/jekyll-builder-for-github-pages-action@v1
with:
jekyll_build_opts: --help

- name: Build Jekyll site
uses: fabacab/jekyll-builder-for-github-pages-action@v1
with:
jekyll_build_opts: -b pr-preview/$${{ github.event.pull_request.number }}
jekyll_build_opts: baseurl pr-preview/$${{ github.event.pull_request.number }}

- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
Expand Down

0 comments on commit b7af4f5

Please sign in to comment.