Skip to content

Commit

Permalink
Add backward compatibility links
Browse files Browse the repository at this point in the history
  • Loading branch information
xgin committed Dec 20, 2021
1 parent 67f5647 commit b1e379a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- name: Run PhpDocumentator
run: php "-derror_reporting=E_ERROR|E_WARNING|E_PARSE" tools/phpdocumentor

- name: Add backward compatibility links
working-directory: docs/classes
run: ls *-*.html | xargs -I{} bash -c 'ln -s {} $(echo {} | tr - _)'

- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit b1e379a

Please sign in to comment.