Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Fix ghpages.yml (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
cannorin committed Jan 9, 2022
1 parent db18a24 commit 607782a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ jobs:
- name: Install Doxygen
run: sudo apt-get update && sudo apt-get install -y doxygen

- name: Create output directory
run: mkdir -p Release/docs

- name: Generate documents
run: dotnet msbuild build.proj -target:Docs
run: mkdir -p Release/docs
| dotnet msbuild build.proj -target:Docs
working-directory: CoreTweet

- name: Copy files
Expand Down

0 comments on commit 607782a

Please sign in to comment.