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 2d1098c commit ca263eeCopy full SHA for ca263ee
.github/workflows/astro.yml
@@ -45,8 +45,7 @@ jobs:
45
# cache-dependency-path: ${{ env.BUILD_PATH }}/${{ steps.detect-package-manager.outputs.lockfile }}
46
# Run transform on markdown files contained by submodules
47
- name: Transform Markdown
48
- run: |
49
- node ${{ github.workspace }}/.scripts/transform.js
+ run: node .scripts/transform.js
50
- name: Setup Pages
51
id: pages
52
uses: actions/configure-pages@v5
0 commit comments