mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-21 06:42:41 -08:00
Compare commits
7 Commits
tooomm-rea
...
tooomm-dox
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af9a849fa5 | ||
|
|
99bc243e13 | ||
|
|
74d9361bf3 | ||
|
|
444015c91c | ||
|
|
64276b747c | ||
|
|
31d7759eb8 | ||
|
|
c442e9e6de |
@@ -1,8 +1,10 @@
|
||||
.git/
|
||||
.*/
|
||||
build/
|
||||
.github/
|
||||
.tx/
|
||||
cockatrice/
|
||||
doc/
|
||||
docs/
|
||||
oracle/
|
||||
tests/
|
||||
webclient/
|
||||
.*
|
||||
Dockerfile
|
||||
|
||||
7
.github/workflows/documentation-build.yml
vendored
7
.github/workflows/documentation-build.yml
vendored
@@ -56,6 +56,9 @@ jobs:
|
||||
with:
|
||||
deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }}
|
||||
external_repository: Cockatrice/cockatrice.github.io
|
||||
publish_branch: master
|
||||
publish_dir: ./docs/html
|
||||
publish_branch: master # GH Pages branch
|
||||
publish_dir: ./docs/html # Source directory
|
||||
destination_dir: docs # Docs will live under https://cockatrice.github.io/docs/
|
||||
user_name: 'github-actions[bot]'
|
||||
user_email: 'github-actions[bot]@users.noreply.github.com'
|
||||
commit_message: Deploy Docs # ${GITHUB_SHA} will get appended
|
||||
|
||||
24
.gitignore
vendored
24
.gitignore
vendored
@@ -1,17 +1,17 @@
|
||||
tags
|
||||
build*
|
||||
*.qm
|
||||
.directory
|
||||
mysql.cnf
|
||||
.DS_Store
|
||||
.idea/
|
||||
*.aps
|
||||
cmake-build*
|
||||
preferences
|
||||
compile_commands.json
|
||||
*.qm
|
||||
.cache
|
||||
.directory
|
||||
.DS_Store
|
||||
.gdb_history
|
||||
.idea/
|
||||
.vs/
|
||||
.vscode/
|
||||
.cache
|
||||
.gdb_history
|
||||
build*
|
||||
cmake-build*
|
||||
compile_commands.json
|
||||
cockatrice/resources/config/qtlogging.ini
|
||||
docs/
|
||||
mysql.cnf
|
||||
preferences
|
||||
tags
|
||||
|
||||
Reference in New Issue
Block a user