theSKAILab / TeAM-NER

NER Text Annotation Manager (TeAM): a tool for annotating text and reviewing and editing annotations
https://theskailab.github.io/TeAM-NER/
MIT License
0 stars 1 forks source link

Fix Project Deployment #6

Closed npease18 closed 1 month ago

npease18 commented 1 month ago

Fixes #1. The provided workflow file will publish the current version (pushed to main) to the website (https://theSKAILab.github.io/TeAM-NER).

Here are the steps to set it up

  1. Before merging this PR request, ensure Github Pages Source is set to "Github Pages". Go to Settings, then Pages and change the dropdown to "GitHub Actions" image
  2. Merge the pull request. This should immediately build and publish the website to the aforementioned URL.

I am unable to modify repository settings, but if you run into issues with this fix please let me know. With the correct permissions, I will be able to ensure future PR merges will automatically be merged.

npease18 commented 1 month ago

This also removes old files from previous build attempts hence the high line deletion (also removes old workflow files)