Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
localgod committed Jan 10, 2024
1 parent 6250284 commit 2ec8b9e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 50 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
interval: weekly
time: '00:00'
open-pull-requests-limit: 10
reviewers:
Expand All @@ -19,7 +19,7 @@ updates:
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: daily
interval: weekly
time: '00:00'
open-pull-requests-limit: 10
reviewers:
Expand Down
37 changes: 1 addition & 36 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,39 +20,4 @@ jobs:
run: npm install
- name: build
run: npm run build_github_pages
- name: Save dist
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/
publish:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: presentation
persist-credentials: false
fetch-depth: 0
- name: Commit files
run: |
rm -rf assets
rm -f index.html
- uses: actions/download-artifact@v4
with:
name: dist
path: ./
- name: list dir
run: ls -la ./
- name: Commit files
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add -A
git commit -m "Updated presentation report"
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: presentation


9 changes: 0 additions & 9 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: true
addCheck: false
addComment: false
addBadge: true
tasks:
- before: |
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"scripts": {
"dev": "slidev --open",
"build": "slidev build",
"build_github_pages": "slidev build --base /bbd_presentation/",
"export": "slidev export"
},
"dependencies": {
Expand Down
2 changes: 0 additions & 2 deletions slides/frontpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ With Gerkin
</span>
</div>



<!--
The last comment block of each slide will be treated as slide notes. It will be visible and editable in Presenter Mode along with the slide. [Read more in the docs](https://sli.dev/guide/syntax.html#notes)
-->

0 comments on commit 2ec8b9e

Please sign in to comment.