Skip to content

gcc.thephd.dev via gcc thephd.dev #29

gcc.thephd.dev via gcc thephd.dev

gcc.thephd.dev via gcc thephd.dev #29

### DO NOT EDIT - created by a script ###
name: gcc.thephd.dev via gcc thephd.dev
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
daily-build:
runs-on: [ 'self-hosted', 'ce', 'linux', 'x64' ]
steps:
- name: Start from a clean directory
run: sudo find "$GITHUB_WORKSPACE" -mindepth 1 -delete
- uses: actions/checkout@v6
- name: Run the build
uses: ./.github/actions/daily-build
with:
image: gcc
name: gcc.thephd.dev
command: build.sh
args: thephd.dev
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}