Skip to content

Commit

Permalink
Quicker Actions, Updated Deps, hopefully made   not show up
Browse files Browse the repository at this point in the history
  • Loading branch information
Fancy2209 authored and rob-bateman committed Mar 22, 2024
1 parent 3865968 commit af4061d
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4,409 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,28 @@ jobs:
pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: '12.x'
node-version: '20.x'

- name: Cache NPM dependencies
uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.OS }}-npm-cache
restore-keys: |
${{ runner.OS }}-npm-cache
- name: Install Dependencies
run: npm install
run: |
npm install -g yarn
yarn install
- name: Build
run: npm run build
run: yarn run build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,14 @@ render_drafts: false
post_asset_folder: false
relative_link: false
future: true
syntax_highlighter: prismjs
highlight:
enable: true
line_number: true
auto_detect: false
tab_replace: ''
wrap: true
hljs: false
prismjs:
enable: false
preprocess: true
line_number: true
tab_replace: ''
Expand Down
Loading

0 comments on commit af4061d

Please sign in to comment.