Skip to content

Commit

Permalink
Provide url to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Apostolique committed Dec 16, 2023
1 parent c8ab1cc commit eeb5103
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
DESCRIPTION: Input library for MonoGame.
BASE: Apos.Input
REPO: https://github.com/Apostolique/Apos.Input/tree/main/
URL: https://apostolique.github.io/Apos.Input/
ANALYTICS: G-3Z4M42HTWS

jobs:
Expand All @@ -29,7 +30,7 @@ jobs:
run: npm install apos-docs -g
- name: Use apos-docs
run: |
apos-docs -t ${{ env.TITLE }} -d '${{ env.DESCRIPTION }}' -b ${{ env.BASE }} -r ${{ env.REPO }} -a ${{ env.ANALYTICS }}
apos-docs -t ${{ env.TITLE }} -d '${{ env.DESCRIPTION }}' -b ${{ env.BASE }} -r ${{ env.REPO }} -a ${{ env.ANALYTICS }} -u ${{ env.URL }}
cd apos-docs
npm i
npm run build
Expand Down

0 comments on commit eeb5103

Please sign in to comment.