We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c2658 commit c37823aCopy full SHA for c37823a
.github/workflows/gi-docs.yml
@@ -46,10 +46,6 @@ jobs:
46
rm -rf dist/libastal
47
cp -r src/result/libastal dist/libastal
48
49
- - name: Check for Changes
50
- run: |
51
- cd dist
52
-
53
- name: Push to Pages Repo
54
run: |
55
cd dist
.github/workflows/vitepress.yml
@@ -45,7 +45,6 @@ jobs:
45
url: ${{ steps.deployment.outputs.page_url }}
needs: build-vitepress
runs-on: ubuntu-latest
- name: Deploy
steps:
- name: Deploy to GitHub Pages
id: deployment
0 commit comments