diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index e7faa66..7d62c05 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -1,13 +1,17 @@ -on: - push: - tags: - - 'v*' -# jobs: -# deploy: -# runs-on: ubuntu-latest -# steps: -# - name: Checkout -# uses: xxxxxxxxxxxxxxxx@xx +# on: +# push: +# tags: +# - 'v*' +on: [push] +jobs: + build: + runs-on: docker # default is alpine:3.19 + steps: + - uses: actions/checkout@v3 + - shell: ash + run: | + ls ${{ github.workspace }} + # - name: Setup Node.js # uses: xxxxxxxxxxxxxxxxxx@xx # with: