diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index cf254de..6b22d62 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -16,4 +16,8 @@ jobs: - 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: echo "🍏 This job's status is ${{ job.status }}." + - name: install Hugo + run: sudo snap install hugo + - name: Hugo test + run: hugo -v \ No newline at end of file