Skip to content

Commit

Permalink
Issue #40 - Publish documentation in Github
Browse files Browse the repository at this point in the history
  • Loading branch information
vldtecno committed Oct 28, 2023
1 parent f118be2 commit 4f5cb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Move Documentation
working-directory: ${{github.workspace}}/PTN-Engine/
run: mkdir master; mv ./FullDocumentation ./master
run: mkdir master; mv ./FullDocumentation ./master; ls master/FullDocumentation

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 4f5cb80

Please sign in to comment.