diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml new file mode 100644 index 0000000..b8ed737 --- /dev/null +++ b/.forgejo/workflows/build.yaml @@ -0,0 +1,14 @@ +name: Build website +on: [push] + +jobs: + Explore-Gitea-Actions: + runs-on: node:lts + steps: + - uses: actions/checkout@v3 + - run: npm install + - run: npm run build + - uses: actions/upload-artifact@v3 + with: + name: site + path: public