Skip to content

Update JamesIves/github-pages-deploy-action action to v4.8.0 #68

Update JamesIves/github-pages-deploy-action action to v4.8.0

Update JamesIves/github-pages-deploy-action action to v4.8.0 #68

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2020-2026 Yegor Bugayenko
# SPDX-License-Identifier: MIT
---
name: checkmake
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
checkmake:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: Uno-Takashi/checkmake-action@v2