Skip to content

Commit

Permalink
Merge pull request #67 from MinBZK/fix/feature-preview
Browse files Browse the repository at this point in the history
Fix preview
  • Loading branch information
ruthkoole authored Mar 21, 2024
2 parents c1b9131 + adbc36c commit 5eed174
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Deploy PR previews

name: Deploy PR preview
on:
pull_request:
types:
Expand All @@ -18,7 +17,8 @@ jobs:
- uses: actions/checkout@v4

- name: Add url
run: echo 'site_url: https://minbzk.github.io/Algoritmekader/pr-preview/pr-${{github.event.number}}' >> mkdocs.yml
run: |
echo "site_url: https://minbzk.github.io/Algoritmekader/pr-preview/pr-${{github.event.number}}" >> mkdocs.yml
- uses: actions/setup-python@v5
if: github.event.action != 'closed'
Expand All @@ -32,7 +32,7 @@ jobs:

- name: build preview
if: github.event.action != 'closed'
run: mkdocs build }}
run: mkdocs build

- uses: actions/upload-artifact@v4
if: github.event.action != 'closed'
Expand Down

0 comments on commit 5eed174

Please sign in to comment.