mirror of
https://github.com/zoriya/astal.git
synced 2025-12-05 21:56:11 +00:00
cleanup workflows
This commit is contained in:
4
.github/workflows/gi-docs.yml
vendored
4
.github/workflows/gi-docs.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/vitepress.yml
vendored
1
.github/workflows/vitepress.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user