We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c7bfc commit b9c1bdfCopy full SHA for b9c1bdf
1 file changed
.github/workflows/publish.yml
@@ -47,6 +47,7 @@ jobs:
47
run: |
48
mkdir -p docs.geostandaarden.nl/${{ steps.pubdomain.outputs.pubdomain }}
49
cp -r content/* docs.geostandaarden.nl/${{ steps.pubdomain.outputs.pubdomain }}/
50
+ rm -r docs.geostandaarden.nl/${{ steps.pubdomain.outputs.pubdomain }}/js
51
- name: Create PR
52
uses: peter-evans/create-pull-request@v5
53
with:
0 commit comments