Update ci.yml

This commit is contained in:
tteckster 2024-01-25 01:29:36 -05:00 committed by GitHub
parent dc37502d15
commit d094ffcfd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 5 deletions

View File

@ -2,12 +2,13 @@ name: CI
on:
push:
branches:
- gh-pages
branches: [ "gh-pages" ]
workflow_dispatch:
jobs:
ci:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/checkout@v3