mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 17:51:51 +02:00
use dir of versions not version
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = (grunt) ->
|
||||
# access_token: ''
|
||||
concat: true
|
||||
src: repos
|
||||
dest: 'version/' + tag + '.json'
|
||||
dest: 'versions/' + tag + '.json'
|
||||
|
||||
grunt.loadNpmTasks 'grunt-docker-io'
|
||||
grunt.loadNpmTasks 'grunt-github-api'
|
||||
|
||||
Reference in New Issue
Block a user