Skip to content

Commit

Permalink
Create gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qwersem committed Jan 25, 2024
1 parent 96f3df3 commit b8e2b79
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Deploy to Github Pages
on:
push:
branches: [ "semenov-add-deployment-to-gh-pages-by-pushing" ]
permissions:
contents: write
jobs:
build-and-deploy:
# concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4

0 comments on commit b8e2b79

Please sign in to comment.