Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShohei Ueda <30958501+peaceiris@users.noreply.github.com>2022-10-24 19:09:06 +0300
committerGitHub <noreply@github.com>2022-10-24 19:09:06 +0300
commitc1ee30a2f5bfc0aa9d329ff4f43ad26974c19942 (patch)
treea10e9d780e2f240f432157a675079975cc130822
parentf98f4d459c416f6821b253c99d347367835de80e (diff)
ci: remove GO_VERSION
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e787624f..c20a5d60 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -26,7 +26,6 @@ jobs:
permissions: {}
outputs:
HUGO_VERSION: ${{ steps.envs.outputs.HUGO_VERSION }}
- GO_VERSION: ${{ steps.envs.outputs.GO_VERSION }}
NODE_VERSION: ${{ steps.envs.outputs.NODE_VERSION }}
steps:
- uses: actions/checkout@v3
@@ -35,7 +34,6 @@ jobs:
id: envs
run: |
echo "HUGO_VERSION=$(make get-hugo-version)" | tee -a "${GITHUB_OUTPUT}"
- echo "GO_VERSION=$(make get-go-version)" | tee -a "${GITHUB_OUTPUT}"
echo "NODE_VERSION=$(cat .nvmrc)" | tee -a "${GITHUB_OUTPUT}"
deploy: