Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Sep 18, 2024
1 parent f243475 commit 3dc2db9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
name: Deploy MkDocs Site to GitHub Pages

on:
push:
branches:
- main
on: [push, pull_request]


permissions: write-all

jobs:
build-deploy:
runs-on: ubuntu-latest
steps:

- name: Copy contents to docs/
run: |
mkdir docs/
Expand Down

0 comments on commit 3dc2db9

Please sign in to comment.