data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: attempt fix archive dir

+4 -1
+4 -1
.gitea/workflows/create-archive.yml
··· 23 23 git lfs checkout 24 24 - run: | 25 25 sourcepath="$(basename $(pwd))" 26 - (cd .. && tar --exclude='./.git' -cvzf source.tgz $sourcepath) 26 + cd .. 27 + cp -r $sourcepath website && rm -rf website/.git 28 + tar -cvzf source.tgz website 29 + cd $sourcepath 27 30 - run: du -sh ../source.tgz 28 31 - uses: https://gitea.com/actions/gitea-release-action@v1 29 32 with: