1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-26 04:52:43 +00:00

use markdown-it-footnote | fix lint | fix Actions

This commit is contained in:
zhdbk3
2025-08-13 16:45:33 +08:00
parent 7d17e157f3
commit f896ddf7b9
6 changed files with 16 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ var Promise = require('bluebird');
var credentials;
try {
credentials = require('../aws.json');
credentials = require('../aws.json'); // eslint-disable-line import/no-unresolved
} catch (e) {
credentials = null;
}