Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd0d73e

Browse files
committed
modify tag_generator
1 parent 2a5153d commit bd0d73e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/jekyll_tagging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: pages
3232
uses: actions/configure-pages@v5
3333
- name: Run Tag Generator Script
34-
run: ruby -r ../scripts/tag_generator.rb
34+
run: ruby -r scripts/tag_generator.rb
3535
- name: Build Jekyll # Outputs to the './_site' directory by default
3636
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
3737
env:

0 commit comments

Comments
 (0)