diff --git a/.forgejo/workflows/main.yaml b/.forgejo/workflows/main.yaml index 1d9ed3f..cfbe288 100644 --- a/.forgejo/workflows/main.yaml +++ b/.forgejo/workflows/main.yaml @@ -14,19 +14,17 @@ jobs: - run: 'cd/env' + - run: 'cd/workspace' + - name: Install tools run: | apt-get install --yes \ - 'tree' \ 'pandoc' \ 'rsync' \ - name: Clone repository run: git clone "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" '.' - - name: Browse workspace - run: tree -a "${GITHUB_WORKSPACE}" - - name: Build run: './build.sh'