mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
XOR operation now supports both input and output differentials. Fixes #17
This commit is contained in:
@@ -445,7 +445,8 @@ module.exports = function(grunt) {
|
||||
deploy_gh_pages: {
|
||||
command: [
|
||||
"git add build/prod/index.html -v",
|
||||
"git commit -m 'GitHub Pages release'",
|
||||
"COMMIT_HASH=$(git rev-parse HEAD)",
|
||||
"git commit -m \"GitHub Pages release for ${COMMIT_HASH}\"",
|
||||
"git push origin `git subtree split --prefix build/prod master`:gh-pages --force",
|
||||
"git reset HEAD~",
|
||||
"git checkout build/prod/index.html"
|
||||
|
||||
Reference in New Issue
Block a user