mirror of
https://github.com/pantor/inja.git
synced 2026-04-30 02:59:26 +00:00
Update and rename main.yml to documentation.yml
This commit is contained in:
@@ -10,12 +10,14 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: depedencies
|
||||
env:
|
||||
dependency_packages: doxygen
|
||||
run: apt-get update && apt-get -y install ${dependency_packages}
|
||||
|
||||
- name: build
|
||||
run: |
|
||||
apt -y install doxygen
|
||||
cd doc
|
||||
doxygen ./Doxyfile
|
||||
run: cd doc && doxygen ./Doxyfile
|
||||
|
||||
- name: deploy
|
||||
uses: peaceiris/actions-gh-pages@v2.2.0
|
||||
Reference in New Issue
Block a user