csci3251-2022 / project-team-b

project-team-b created by GitHub Classroom
0 stars 0 forks source link

task5.md #6

Closed loookforanans closed 2 years ago

loookforanans commented 2 years ago

Task 5: Get a status badge

You are going to update this web page: https://csci3251-2022.github.io/(repo name)

As the Delivery Manager, go through these steps:

  1. Edit readme.md, and include the code from code.c using include_relative
  2. Highlight the code using C syntax highlighting with markdown, like this:\ task5
  3. Now, get a workflow status badge for the code, as in this document: https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge
    • The code should already be well prepared in Task 4
    • The owner is csci3251-2022, and the repository is your team repo name
    • You can find the workflow file name in the repo in .github/workflows directory
  4. Insert the resultant image using markdown, under the code snipplet you inserted

You may find this page useful: https://jekyllrb.com/docs/includes/

Unfortunately, since your repo is private, you'll see the badge in the repo view (under github.com), but not the web view (under github.io)
byydzh commented 2 years ago

Let me do it ^_^

loookforanans commented 2 years ago

Confirmed. Close.