Skip to content

Update web-editor-deploy.yml #14

Update web-editor-deploy.yml

Update web-editor-deploy.yml #14

Re-run triggered December 3, 2023 11:19
Status Success
Total duration 4m 47s
Artifacts
Deploy to GitHub Pages
4m 33s
Deploy to GitHub Pages
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Deploy to GitHub Pages
The following actions uses node12 which is deprecated and will be forced to run on node16: crazy-max/ghaction-github-pages@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Deploy to GitHub Pages: src/Symptum.Core/Subjects/QuestionBank/QuestionBank.cs#L11
Non-nullable property 'QuestionBankPapers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Deploy to GitHub Pages: src/Symptum.Core/Subjects/QuestionBank/QuestionBank.cs#L14
Non-nullable property 'QuestionBankPapers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Deploy to GitHub Pages: src/Symptum.Core/Subjects/QuestionBank/QuestionBankPaper.cs#L7
Non-nullable property 'PaperName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Deploy to GitHub Pages: src/Symptum.Core/Subjects/QuestionBank/QuestionBankPaper.cs#L7
Non-nullable property 'Topics' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Deploy to GitHub Pages: src/Symptum.Core/Subjects/QuestionBank/QuestionBankPaper.cs#L10
Non-nullable property 'Topics' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Deploy to GitHub Pages: src/Symptum.Core/Subjects/QuestionBank/QuestionBankTopic.cs#L32
Non-nullable field 'questionEntries' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Deploy to GitHub Pages: src/Symptum.Core/Subjects/QuestionBank/QuestionBankTopic.cs#L35
Non-nullable field 'questionEntries' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Deploy to GitHub Pages: src/Symptum.Core/Subjects/Books/BookLocation.cs#L49
Non-nullable field '_book' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Deploy to GitHub Pages: src/Symptum.Core/Subjects/QuestionBank/QuestionEntry.cs#L93
Non-nullable field 'descriptions' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Deploy to GitHub Pages: src/Symptum.Core/Subjects/QuestionBank/QuestionEntry.cs#L93
Non-nullable field 'yearsAsked' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.