Skip to content

chore(deps): bump actions/cache from 3 to 4 #58

chore(deps): bump actions/cache from 3 to 4

chore(deps): bump actions/cache from 3 to 4 #58

Workflow file for this run

name: github pages
on: [push]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup
uses: actions/[email protected]
with:
node-version: '14'
- name: cache
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm ci
- run: npm run build
- name: deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
cname: resources.evilfactorylabs.org