Skip to content

Commit

Permalink
Remove some variables that does not apply to the build of this versio…
Browse files Browse the repository at this point in the history
…n of vector-crypto spec
  • Loading branch information
rpsene authored Aug 7, 2023
1 parent 3d9dff8 commit 3abc0e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/vector_build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,6 @@ name: Create Crypto Vector Specification Document
# The workflow is triggered by pull request, push to main, and manual dispatch.
on:
workflow_dispatch:
inputs:
version:
description: 'Release version, e.g. X.Y.Z:'
required: true
type: string
revision_mark:
description: 'Set revision mark as Draft, Release Candidate, Stable or Ratified:'
required: true
type: string
default: 'Draft'
prerelease:
description: 'Tag as a pre-release?'
required: false
type: boolean
default: true
draft:
description: 'Create release as a draft?'
required: false
type: boolean
default: false
pull_request:
push:
branches:
Expand Down
6 changes: 0 additions & 6 deletions doc/vector/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
# This Makefile is designed to automate the process of building and packaging
# the Doc Template for RISC-V Extensions.

DATE ?= '20 June 2023'
VERSION ?= v1.0.0-rc1
REVMARK ?= RC1
DOCKER_RUN := docker run --rm -v ${PWD}:/build -w /build \
riscvintl/riscv-docs-base-container-image:latest
HEADER_SOURCE := riscv-crypto-spec-vector.adoc
Expand All @@ -24,9 +21,6 @@ ASCIIDOCTOR_PDF := asciidoctor-pdf
OPTIONS := --trace \
-a compress \
-a mathematical-format=svg \
-a revnumber=${VERSION} \
-a revremark=${REVMARK} \
-a revdate=${DATE} \
-a pdf-fontsdir=resources/fonts \
-a pdf-style=resources/themes/risc-v_spec-pdf.yml \
-a toc \
Expand Down

0 comments on commit 3abc0e1

Please sign in to comment.