Skip to content

Commit

Permalink
Jekyll is still acting like Mr. Hyde
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMcLean committed Nov 9, 2024
1 parent 65158b3 commit 5f3bf0d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

steps:
- uses: actions/checkout@v4

Expand All @@ -38,12 +38,12 @@ jobs:
- name: Change base-tag in index.html
run: sed -i 's/<base href="\/" \/>/<base href="\/Voxel2Pixel\/" \/>/g' release/wwwroot/index.html

# Add .nojekyll file to tell GitHub pages not to run Jekyll processing
- name: Add .nojekyll file
run: touch release/wwwroot/.nojekyll

- name: Setup Pages
uses: actions/configure-pages@v4
# Prepare artifact with .nojekyll
- name: Prepare artifact
run: |
cd release/wwwroot
touch .nojekyll
ls -la
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 5f3bf0d

Please sign in to comment.