Skip to content

Commit

Permalink
yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cattn authored Mar 3, 2024
1 parent a856127 commit 563fa50
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/craftkolf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Run Craft Commands

on:
push:
branches:
- main

jobs:
build:
runs-on: self-hosted

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Craft environment
run: |
source /home/kolf/CraftRoot/craft/craftenv.sh
- name: Run Craft command
run: craft kolf

0 comments on commit 563fa50

Please sign in to comment.