Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlcocerT committed Dec 29, 2023
1 parent b9f70ee commit 6943a1f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/jekyll-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,14 @@ jobs:
# id-token: write

# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true
# concurrency:
# group: "pages"
# cancel-in-progress: true


jobs:
build:
runs-on: ubuntu-latest
# jobs:
# build:
# runs-on: ubuntu-latest

# steps:
# - name: Checkout
Expand All @@ -220,11 +220,11 @@ jobs:
# id: pages
# uses: actions/configure-pages@v3

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3
bundler-cache: true
# - name: Setup Ruby
# uses: ruby/setup-ruby@v1
# with:
# ruby-version: 3
# bundler-cache: true

# - name: Build site
# run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}"
Expand Down

0 comments on commit 6943a1f

Please sign in to comment.