diff options
author | Aylur <[email protected]> | 2024-09-18 01:44:13 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-18 01:44:13 +0200 |
commit | c37823ae42b38bed8aca06f78f3a4cb44eb41d5c (patch) | |
tree | 3f42a940599e0598ad3514c9adbc13fd757a6aa8 | |
parent | 95c2658ce7b6539d0dff3cb88a3d4ca14c7d9b23 (diff) |
cleanup workflows
-rw-r--r-- | .github/workflows/gi-docs.yml | 4 | ||||
-rw-r--r-- | .github/workflows/vitepress.yml | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/gi-docs.yml b/.github/workflows/gi-docs.yml index 48bb05f..d0ac9b8 100644 --- a/.github/workflows/gi-docs.yml +++ b/.github/workflows/gi-docs.yml @@ -46,10 +46,6 @@ jobs: rm -rf dist/libastal cp -r src/result/libastal dist/libastal - - name: Check for Changes - run: | - cd dist - - name: Push to Pages Repo run: | cd dist diff --git a/.github/workflows/vitepress.yml b/.github/workflows/vitepress.yml index 3a90827..4a9b4a5 100644 --- a/.github/workflows/vitepress.yml +++ b/.github/workflows/vitepress.yml @@ -45,7 +45,6 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} needs: build-vitepress runs-on: ubuntu-latest - name: Deploy steps: - name: Deploy to GitHub Pages id: deployment |