Skip to content

Commit

Permalink
Can't move html folder (perms?) but we can surely copy it (other comm…
Browse files Browse the repository at this point in the history
…and could)
  • Loading branch information
saxbophone committed May 5, 2021
1 parent 5b496d0 commit 2e2f591
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
# make docs folder, move docs there, call script to generate HTML redirect in index
run: |
mkdir docs
mv html docs/$DOCS_VERSION
cp -R html docs/$DOCS_VERSION
./generate_index $DOCS_VERSION
- name: Deploy Docs to github-pages
uses: JamesIves/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ else()
set(WONDERCARD_SUBPROJECT ON)
endif()

project(wondercard VERSION 0.1.6 LANGUAGES CXX)
project(wondercard VERSION 0.1.7 LANGUAGES CXX)

find_program(CCACHE_PROGRAM ccache)
if(CCACHE_PROGRAM)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Wondercard"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v0.1.6
PROJECT_NUMBER = v0.1.7

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit 2e2f591

Please sign in to comment.