Skip to content

Commit

Permalink
Merge pull request #3 from frrrrry/bugfix-pages-deployment
Browse files Browse the repository at this point in the history
Fix bug on failed pages deployment
  • Loading branch information
frrrrry authored Sep 25, 2023
2 parents f05527a + f58945c commit 2be65c9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)
[![codecov](https://codecov.io/gh/AY2324S1-CS2103T-F08-0/tp/graph/badge.svg?token=8AUOI0M11Q)](https://codecov.io/gh/AY2324S1-CS2103T-F08-0/tp)

![Ui](docs/images/Ui.png)

* This is **a sample project for Software Engineering (SE) students**.<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/_markbind/layouts/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<li><a href="{{baseUrl}}/UserGuide.html" class="nav-link">User Guide</a></li>
<li><a href="{{baseUrl}}/DeveloperGuide.html" class="nav-link">Developer Guide</a></li>
<li><a href="{{baseUrl}}/AboutUs.html" class="nav-link">About Us</a></li>
<li><a href="https://github.com/se-edu/addressbook-level3" target="_blank" class="nav-link"><md>:fab-github:</md></a>
<li><a href="https://github.com/AY2324S1-CS2103T-F08-0/tp" target="_blank" class="nav-link"><md>:fab-github:</md></a>
</li>
<li slot="right">
<form class="navbar-form">
Expand Down
7 changes: 3 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
title: ""
---

# AddressBook Level-3

[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)
[![codecov](https://codecov.io/gh/se-edu/addressbook-level3/branch/master/graph/badge.svg)](https://codecov.io/gh/se-edu/addressbook-level3)
# NUSearch

[![CI Status](https://github.com/AY2324S1-CS2103T-F08-0/tp/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/AY2324S1-CS2103T-F08-0/tp/actions)
[![codecov](https://codecov.io/gh/AY2324S1-CS2103T-F08-0/tp/graph/badge.svg?token=8AUOI0M11Q)](https://codecov.io/gh/AY2324S1-CS2103T-F08-0/tp)
![Ui](images/Ui.png)

**AddressBook is a desktop application for managing your contact details.** While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).
Expand Down
6 changes: 4 additions & 2 deletions docs/site.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"baseUrl": "",
"baseUrl": "/tp",
"titlePrefix": "NUSearch",
"titleSuffix": "AddressBook Level-3",
"faviconPath": "images/SeEduLogo.png",
Expand All @@ -23,7 +23,9 @@
}
],
"deploy": {
"message": "Site Update."
"message": "Site Update.",
"repo": "https://github.com/AY2324S1-CS2103T-F08-0/tp.git",
"branch": "gh-pages"
},
"timeZone": "Asia/Singapore"
}

0 comments on commit 2be65c9

Please sign in to comment.