diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index e31d81c..92e811a 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -1,10 +1,11 @@ # Sample workflow for building and deploying a Jekyll site to GitHub Pages -name: Deploy Jekyll with GitHub Pages dependencies preinstalled +name: Deploy Jekyll with GitHub Pages on: # Runs on pushes targeting the default branch push: branches: ["main"] + pull_request: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -30,6 +31,8 @@ jobs: uses: actions/checkout@v4 - name: Setup Pages uses: actions/configure-pages@v5 + - name: Set up gem, bundle, and install bundle dependencies + uses: ./.github/actions/build - name: Build with Jekyll uses: actions/jekyll-build-pages@v1 with: diff --git a/_config.yml b/_config.yml index 75f1b32..484b784 100644 --- a/_config.yml +++ b/_config.yml @@ -117,7 +117,7 @@ enable_copy_code_button: true # Footer "Edit this page on GitHub" link text gh_edit_link: true # show or hide edit this page link gh_edit_link_text: "Edit this page on GitHub" -gh_edit_repository: "https://github.com/traboda/tech-stack-task-list" # the github URL for your repo +gh_edit_repository: "https://github.com/traboda/samavarthana/" # the github URL for your repo gh_edit_branch: "main" # the branch that your docs is served from # gh_edit_source: docs # the source that your files originate from gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately