diff --git a/.gitea/workflows/upload_site.yaml b/.gitea/workflows/upload_site.yaml index ea918b3..bb7ed88 100644 --- a/.gitea/workflows/upload_site.yaml +++ b/.gitea/workflows/upload_site.yaml @@ -10,8 +10,8 @@ jobs: - name: Update Packages run: sudo apt update - - name: Install Go - run: sudo apt install golang-go -y + #- name: Install Go + # run: sudo apt install golang-go -y #- name: Building Hugo # run: go install github.com/gohugoio/hugo@latest @@ -22,12 +22,6 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - - name: List the contents - run: ls - - - name: List the contents - run: ls ./layouts/_default - #- name: Generate the website # run: ~/go/bin/hugo