Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
set environment
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell authored Sep 6, 2022
1 parent b5d53dd commit 5f072b8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,27 @@ on:
release:
types: [ published ]

concurrency:
group: "pages"
cancel-in-progress: true

jobs:
publish:
runs-on: ubuntu-latest
environment:
name: production
url: https://d6static.dragonfruit.network
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup Pages
uses: actions/configure-pages@v1
uses: actions/configure-pages@v2

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./public
path: './public'

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 5f072b8

Please sign in to comment.