We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1440f3f commit 3a1d3b9Copy full SHA for 3a1d3b9
.github/workflows/deploy.yml
@@ -4,11 +4,9 @@ on:
4
push:
5
branches:
6
- master
7
- - deployment-pipeline-added
8
pull_request:
9
10
11
12
workflow_dispatch:
13
14
jobs:
@@ -30,7 +28,6 @@ jobs:
30
28
- name: Deploy to GitHub Pages
31
29
run: |
32
git checkout gh-pages || git checkout --orphan gh-pages
33
- # Make changes to gh-pages branch if necessary
34
git add .
35
git commit -m "Deploy updates"
36
git push origin gh-pages --force
0 commit comments