Skip to content

Commit ca263ee

Browse files
committed
idk anymore
1 parent 2d1098c commit ca263ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/astro.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
# cache-dependency-path: ${{ env.BUILD_PATH }}/${{ steps.detect-package-manager.outputs.lockfile }}
4646
# Run transform on markdown files contained by submodules
4747
- name: Transform Markdown
48-
run: |
49-
node ${{ github.workspace }}/.scripts/transform.js
48+
run: node .scripts/transform.js
5049
- name: Setup Pages
5150
id: pages
5251
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)