We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e00dc commit 0770fabCopy full SHA for 0770fab
_plugins/checkpubs.rb
@@ -24,7 +24,7 @@ def generate(site)
24
25
publication = Record.new(msg, pub_hash)
26
publication.key 'focus-area', set: focus_areas if pub_hash.key? 'focus-area'
27
- publication.key 'challenge-area', set: focus_areas if pub_hash.key? 'challenge-area'
+ publication.key 'challenge-area', set: challenge_areas if pub_hash.key? 'challenge-area'
28
# rubocop:disable Layout/LineLength
29
publication.key 'project', :optional, set: projects unless local_fa && local_fa < projectless && local_ca && local_ca < projectless
30
# rubocop:enable Layout/LineLength
0 commit comments