Skip to content

Commit

Permalink
skip dynamic check
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwin3210 committed Sep 22, 2024
1 parent 09bf85f commit 94d5c4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
# The Ruby version is determined by either a `.ruby-version` or a `.tool-versions` file in root of the repo.
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Skip dynamic content check
run: echo "::set-output name=skip_dynamic_check::true"
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 94d5c4c

Please sign in to comment.