Skip to content

Commit

Permalink
remove release-docs grunt task
Browse files Browse the repository at this point in the history
  • Loading branch information
outofambit committed Aug 17, 2020
1 parent 3937fb4 commit 117d746
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 63 deletions.
59 changes: 0 additions & 59 deletions tasks/release/release-docs.js

This file was deleted.

4 changes: 0 additions & 4 deletions tasks/release/release-p5.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// The release process includes:
// 1. Creating the release archive (p5.js, p5.min.js, p5.sound.js, p5.sound.min.js, and p5.zip).
// 2. Releasing to Bower via https://github.com/processing/p5.js-release (release-bower)
// 3. Releasing the reference on the website via https://github.com/processing/p5.js-website (release-docs)

const open = require('open');
const spawn = require('child_process').spawnSync;
Expand Down Expand Up @@ -63,9 +62,6 @@ module.exports = function(grunt) {
// 2. Push the new lib files to the dist repo (to be referred as bower-repo here)
grunt.task.run('release-bower');

// 3. Push the docs out to the website
grunt.task.run('release-docs');

done();
}
);
Expand Down

0 comments on commit 117d746

Please sign in to comment.