We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c5173 commit 1441a2fCopy full SHA for 1441a2f
1 file changed
.github/workflows/gh-pages.yml
@@ -3,7 +3,7 @@ run-name: Building website and pushing to gh-pages branch
3
on: [push]
4
5
jobs:
6
- Generate-RDF-Build-Miravi:
+ Deploy:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Check out repository code
@@ -20,7 +20,9 @@ jobs:
20
ref: gh-pages
21
path: gh-pages
22
- name: Move output to gh-pages
23
- run: mv output/* gh-pages/
+ run: |
24
+ rm -rf gh-pages/*
25
+ mv output/* gh-pages/
26
- uses: EndBug/add-and-commit@v9
27
with:
28
cwd: gh-pages
0 commit comments