Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ithub.io into gh-pages
  • Loading branch information
MozeBaltyk committed Dec 28, 2024
2 parents 7a9a608 + 0671f13 commit e4508f8
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 25 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
Expand All @@ -50,7 +50,7 @@ jobs:
node-version: '18.14.1'

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -68,7 +68,7 @@ jobs:

- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5

- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
Expand Down
68 changes: 48 additions & 20 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@algolia/autocomplete-js": "^1.7.3",
"@algolia/autocomplete-theme-classic": "^1.7.3",
"@docsearch/js": "^3.1.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "^6.0.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fullhuman/postcss-purgecss": "^4.1.3",
Expand Down

0 comments on commit e4508f8

Please sign in to comment.