We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180adfd commit a4505cfCopy full SHA for a4505cf
.github/workflows/pkgdown.yaml
@@ -14,7 +14,7 @@ name: Deploy to GitHub Pages
14
jobs:
15
cleanup:
16
name: 🧼 Clean up environment
17
- #if: ${{ (github.repository == 'ssi-dk/aedseo') && (github.event_name == 'release') }}
+ if: ${{ (github.repository == 'ssi-dk/aedseo') && (github.event_name == 'release') }}
18
runs-on: ubuntu-latest
19
permissions: write-all
20
@@ -63,7 +63,7 @@ jobs:
63
deploy:
64
name: Deploy to GitHub pages 🚀
65
66
67
needs: [cleanup, pkgdown-build]
68
steps:
69
- uses: actions/checkout@v3
0 commit comments