Skip to content

Commit eaaac5c

Browse files
Copilotjohnpatek
andauthored
Change documentation publishing target to maxtek-github-react (#23)
* Initial plan * Initial plan: Update documentation publishing target Co-authored-by: johnpatek <[email protected]> * Update documentation publishing target and add .gitignore Co-authored-by: johnpatek <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: johnpatek <[email protected]>
1 parent 5c7af18 commit eaaac5c

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
source-directory: 'build/docs/html'
7777
destination-github-username: 'maxtek6'
78-
destination-repository-name: 'maxtek6.github.io'
78+
destination-repository-name: 'maxtek-github-react'
7979
user-email: [email protected]
8080
target-branch: master
81-
target-directory: docs/hyperpage
81+
target-directory: public/docs/hyperpage

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Build artifacts
2+
build/
3+
dist/
4+
**/build/
5+
**/dist/
6+
7+
# IDE files
8+
.vscode/
9+
.idea/
10+
*.swp
11+
*.swo
12+
*~
13+
14+
# OS files
15+
.DS_Store
16+
Thumbs.db
17+
18+
# Dependencies
19+
node_modules/

0 commit comments

Comments
 (0)