From 9a61e3298065ccd5e579d0ee8a66402aa256ea39 Mon Sep 17 00:00:00 2001 From: Rohan Deshpande Date: Fri, 7 Mar 2025 16:54:31 -0800 Subject: [PATCH] autodeployment test --- .gitea/workflows/demo.yaml | 13 +++---------- content/test.md | 7 +++++++ 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 content/test.md diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 83fa3e7..33b5156 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,15 +6,8 @@ jobs: Explore-Gitea-Actions: runs-on: linux_amd64 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 }} - ls - - run: echo " This job's status is ${{ job.status }}." + + - run: hugo + - run: cp -r public/ /root/ diff --git a/content/test.md b/content/test.md new file mode 100644 index 0000000..ce28350 --- /dev/null +++ b/content/test.md @@ -0,0 +1,7 @@ ++++ +date = '2025-03-07T16:54:04-08:00' +draft = false +title = 'Test' ++++ + +# Auto-deployment test