diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c3b7f59..5a651c3 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -4,8 +4,7 @@ on: branches: [main] jobs: - deploy-production: - if: github.ref == 'refs/heads/main' + deploy: runs-on: ubuntu-latest steps: - name: Checkout code diff --git a/index.html b/index.html new file mode 100644 index 0000000..802992c --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +Hello world