diff --git a/.gitea/workflows/website.yaml b/.gitea/workflows/website.yaml index 05faf67..d0fc296 100644 --- a/.gitea/workflows/website.yaml +++ b/.gitea/workflows/website.yaml @@ -28,12 +28,8 @@ jobs: password: "${{ secrets.PKGRW }}" dockerfile: website/Dockerfile - - name: test - working-directory: website - run: pwd && find . - - uses: actions/k8sdeploy@v1 - working-directory: website with: kubeconfig: "${{ secrets.K8S }}" registry_password: "${{ secrets.PKGRW }}" + workdir: website diff --git a/website/html/index.html b/website/html/index.html index fe9a343..5da1c74 100644 --- a/website/html/index.html +++ b/website/html/index.html @@ -7,6 +7,6 @@ Icing logo -

Hello, World!

+

Hello, World