Skip to content

Commit c37823a

Browse files
committed
cleanup workflows
1 parent 95c2658 commit c37823a

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/gi-docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ jobs:
4646
rm -rf dist/libastal
4747
cp -r src/result/libastal dist/libastal
4848
49-
- name: Check for Changes
50-
run: |
51-
cd dist
52-
5349
- name: Push to Pages Repo
5450
run: |
5551
cd dist

.github/workflows/vitepress.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
url: ${{ steps.deployment.outputs.page_url }}
4646
needs: build-vitepress
4747
runs-on: ubuntu-latest
48-
name: Deploy
4948
steps:
5049
- name: Deploy to GitHub Pages
5150
id: deployment

0 commit comments

Comments
 (0)