Skip to content

Commit b4ecb3c

Browse files
committed
revert last commit
1 parent 86f7f81 commit b4ecb3c

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
@@ -63,8 +63,8 @@ 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') }}
67-
#needs: [cleanup, pkgdown-build]
66+
if: ${{ (github.repository == 'ssi-dk/aedseo') && (github.event_name == 'release') }}
67+
needs: [cleanup, pkgdown-build]
6868
steps:
6969
- uses: actions/checkout@v3
7070

0 commit comments

Comments
 (0)