Skip to content

Bump certifi from 2023.5.7 to 2023.7.22 #30

Bump certifi from 2023.5.7 to 2023.7.22

Bump certifi from 2023.5.7 to 2023.7.22 #30

Workflow file for this run

on: [push,pull_request]
name: Deploy Site
jobs:
nikola_build:
runs-on: ubuntu-latest
name: 'Build, Check, Deploy'
steps:
- name: Check out
uses: actions/checkout@v3
- name: Build and Deploy Nikola
uses: getnikola/nikola-action@v8
with:
dry_run: ${{ github.ref_name != 'main' }}