Skip to content

removed tailwind

removed tailwind #8

Workflow file for this run

name: Build and push Web App to TdA
on:
push:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check Out Repo
uses: actions/checkout@v4
- name: Upload to TdA
uses: Student-Cyber-Games/upload-app@tda26-action
with:
tdc_token: ${{ secrets.TDC_TOKEN }}