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:
-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