Skip to content

Commit

Permalink
Cleanup CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jan 15, 2024
1 parent 34a7421 commit b82023b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@ jobs:
fetch-depth: 0

- name: Build
run: ./build.sh --update

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
force_orphan: true
keep_files: false
run: |
git config user.name "CI"
git config user.email "<>"
./build.sh --update
4 changes: 0 additions & 4 deletions qwc2.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,3 @@ extra_css:
markdown_extensions:
- toc:
permalink: true
extra:
version:
provider: mike
default: master

0 comments on commit b82023b

Please sign in to comment.