Skip to content

github-action: bump actions/deploy-pages from 3.0.1 to 4.0.2 #134

github-action: bump actions/deploy-pages from 3.0.1 to 4.0.2

github-action: bump actions/deploy-pages from 3.0.1 to 4.0.2 #134

Workflow file for this run

---
name: pr-tests
on: pull_request
env:
NODE_VERSION: "14.x"
PYTHON_VERSION: "3.x"
NODE_ENV: development
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 #v4.0.0
with:
node-version: "${{env.NODE_VERSION}}"
- uses: ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72 #v1.162.0
with:
bundler-cache: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c #v5.0.0
with:
python-version: "${{env.PYTHON_VERSION}}"
- run: pip install --user -r requirements.txt
- run: sudo apt install git
- name: Build
run: bundle exec middleman build