diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 6fbfdff..de92729 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -1,20 +1,14 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] +name: blog.neet.works deployment +on: + push: + paths: + - 'public/**' # Trigger the workflow when files in the 'public' folder are updated jobs: deploy_mamizou: runs-on: mamizou_neet_works_static_deploy + run-name: Deploy blog.neet.works on Mamizou steps: - - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - - name: Check out repository code - uses: actions/checkout@v4 - - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - - run: echo "🖥️ The workflow is now ready to test your code on the runner." - - name: List files in the repository - run: | - ls ${{ gitea.workspace }} - - run: echo "🍏 This job's status is ${{ job.status }}." - \ No newline at end of file + - run: cd /srv/http/blog.neet.works/ + - run: git pull + - run: git checkout diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png index 23a026c..935e325 100644 Binary files a/static/android-chrome-192x192.png and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png index 51749bb..28cbb6b 100644 Binary files a/static/android-chrome-512x512.png and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png index fbbf9b2..d4afcbe 100644 Binary files a/static/apple-touch-icon.png and b/static/apple-touch-icon.png differ diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png index 4ca348e..2ee6e58 100644 Binary files a/static/favicon-16x16.png and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png index 86c30a5..3369723 100644 Binary files a/static/favicon-32x32.png and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico index 9455fe3..67e50f6 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ