diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 9d4b007..e2b5163 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -1,10 +1,11 @@ -name: Gitea Actions Demo +name: Build Action run-name: Test is testing out Gitea Actions 🚀 on: [push] jobs: - Explore-Gitea-Actions: + Run-Build: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - run: npm install - run: npm run build \ No newline at end of file