Skip to content

Commit

Permalink
Merge pull request #9 from vs9700/gh-pages
Browse files Browse the repository at this point in the history
Update the YML file
  • Loading branch information
Nolski authored Oct 24, 2023
2 parents 30503f5 + 932da7b commit c13f46d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
- name: Install PostCSS
run: npm install postcss
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ DEPENDENCIES
webrick

BUNDLED WITH
2.4.4
2.4.4
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"@tailwindcss/typography": "^0.5.9",
"postcss-cli": "^10.1.0"
}
}
}

0 comments on commit c13f46d

Please sign in to comment.