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

github.com/ClusterM/nes-containers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-04 12:47:17 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-04 12:47:17 +0300
commitca4ec4db4716e4eff4db08dbdf712e701d5348e9 (patch)
tree50869469e133a95c932c368060aa4ce3a1fb1fe8
parent451c1e7c6011c12e687fce34d719feee8847debb (diff)
docs.yml fix
-rw-r--r--.github/workflows/docs.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 7c2f4b2..39452e2 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -21,11 +21,11 @@ concurrency:
jobs:
# Single deploy job since we're just deploying
- deployment:
- runs-on: ubuntu-latest
- enviroment:
+ deploy:
+ environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
+ runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3