emo-bon / observatory-profile

Repository for the templates and additional metadata, that are used to semantically uplift emo-bon logsheet data into triples
0 stars 1 forks source link

GitHub Action Fails to Generate index.html Due to 'latest' Tag #29

Open cedricdcc opened 1 month ago

cedricdcc commented 1 month ago

It appears that the GitHub Action responsible for generating the index.html file is failing to produce the required file. This issue seems to be related to the use of the 'latest' tag in the workflow.

Steps to Reproduce:

  1. Trigger the workflow that is supposed to generate the index.html file.
  2. Check the action's output and observe that the index.html file is not created.

Expected Behavior:

The workflow should generate an index.html file as part of its process.

Actual Behavior:

The workflow completes, but the index.html file is missing.

Potential Cause:

There is suspicion that the issue is linked to the use of the 'latest' tag in the GitHub Action. This could be due to a version mismatch or a breaking change in the action's latest release.

Tasks: