diff options
Diffstat (limited to '.github/workflows/astro.yml')
-rw-r--r-- | .github/workflows/astro.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 9cfd7fa..a012d58 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -44,9 +44,9 @@ jobs: # cache: ${{ steps.detect-package-manager.outputs.manager }} # cache-dependency-path: ${{ env.BUILD_PATH }}/${{ steps.detect-package-manager.outputs.lockfile }} # Run transform on markdown files contained by submodules - # - name: Transform Markdown - # run: | - # node ${{ github.workspace }}/.scripts/transform.js + - name: Transform Markdown + run: | + node ${{ github.workspace }}/.scripts/transform.js - name: Setup Pages id: pages uses: actions/configure-pages@v5 |