mirror of
https://github.com/zoriya/astal.git
synced 2025-12-06 06:06:10 +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
|
rm -rf dist/libastal
|
||||||
cp -r src/result/libastal dist/libastal
|
cp -r src/result/libastal dist/libastal
|
||||||
|
|
||||||
- name: Check for Changes
|
|
||||||
run: |
|
|
||||||
cd dist
|
|
||||||
|
|
||||||
- name: Push to Pages Repo
|
- name: Push to Pages Repo
|
||||||
run: |
|
run: |
|
||||||
cd dist
|
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 }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
needs: build-vitepress
|
needs: build-vitepress
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Deploy
|
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
|
|||||||
Reference in New Issue
Block a user