Skip to content

Merge pull request #96 from zummenix/push-zktymrqwqoxm #211

Merge pull request #96 from zummenix/push-zktymrqwqoxm

Merge pull request #96 from zummenix/push-zktymrqwqoxm #211

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/main'
steps:
- name: Checkout main
uses: actions/[email protected]
- name: Check typos
uses: crate-ci/[email protected]
- name: Build only and check links
uses: shalzz/[email protected]
env:
BUILD_ONLY: true
CHECK_LINKS: true
BUILD_FLAGS: --drafts
GITHUB_TOKEN: ${{ secrets.TOKEN }}
build_and_deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout main
uses: actions/[email protected]
- name: Build and deploy
uses: shalzz/[email protected]
env:
REPOSITORY: zummenix/zummenix.github.io
PAGES_BRANCH: main
GITHUB_TOKEN: ${{ secrets.TOKEN }}