Skip to content

Commit a4505cf

Browse files
committed
Deploy to github on release
1 parent 180adfd commit a4505cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name: Deploy to GitHub Pages
1414
jobs:
1515
cleanup:
1616
name: 🧼 Clean up environment
17-
#if: ${{ (github.repository == 'ssi-dk/aedseo') && (github.event_name == 'release') }}
17+
if: ${{ (github.repository == 'ssi-dk/aedseo') && (github.event_name == 'release') }}
1818
runs-on: ubuntu-latest
1919
permissions: write-all
2020

@@ -63,7 +63,7 @@ jobs:
6363
deploy:
6464
name: Deploy to GitHub pages 🚀
6565
runs-on: ubuntu-latest
66-
#if: ${{ (github.repository == 'ssi-dk/aedseo') && (github.event_name == 'release') }}
66+
if: ${{ (github.repository == 'ssi-dk/aedseo') && (github.event_name == 'release') }}
6767
needs: [cleanup, pkgdown-build]
6868
steps:
6969
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)