Skip to content

Commit

Permalink
Update DeployDocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma authored Dec 8, 2024
1 parent 5d5c476 commit ba85180
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/DeployDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
uses: actions/configure-pages@v5
- name: Fix Symlinks for Vitepress
run: |
#find -type l -exec bash -c 'dir="$0"; url="thofma.com\/Hecke.jl\/"; newlnk="$url${dir:2}"; lnk="$(readlink -m "$0")"; orglnk="$url$(basename $lnk)"; echo "$newlnk <--> $orglnk"; rm "$0"; cp -r $lnk "$0"; cd "$0"; grep "$orglnk" . -lr | xargs sed -i "s/$orglnk/$newlnk/g"; cd ..' {} \;
find -type l -exec bash -c 'dir="$0"; newlnk=${dir:2}; lnk="$(readlink -m "$0")"; orglnk=$(basename $lnk); echo "$newlnk <--> $orglnk"; rm "$0"; cp -r $lnk "$0"; cd "$0"; grep "$orglnk" . -lr | xargs sed -i "s/$orglnk/$newlnk/g"; cd ..' {} \;
ls -al;
- name: Build with Jekyll
Expand Down

0 comments on commit ba85180

Please sign in to comment.