diff --git a/.github/contentcodex.png b/.github/contentcodex.png new file mode 100644 index 0000000..3374a41 Binary files /dev/null and b/.github/contentcodex.png differ diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7fb8ffd..3dda5af 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,6 +6,9 @@ You'll need to add your prompt into README.md, and to the `prompts.csv` file. If If the prompt is generated by ChatGPT, please add `Generated by ChatGPT` to the end of the contribution line. +## Description +copilot:summary + e.g. ```csv "Hello","Say ""Hi""" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml new file mode 100644 index 0000000..d14fbff --- /dev/null +++ b/.github/workflows/publish.yml @@ -0,0 +1,33 @@ +name: Publish to GitHub Pages + +on: + push: + branches: + - main + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + - name: Set up Ruby + uses: actions/setup-ruby@v1 + with: + ruby-version: '2.7' + + - name: Install dependencies + run: | + gem install bundler + bundle install + + - name: Build site + run: bundle exec jekyll build + + - name: Deploy to GitHub Pages + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./_site diff --git a/README.md b/README.md index 2217290..3f28b7b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,22 @@
+
+
+
+
+
+
+
+
+ Be my sponsor and your logo will be here and prompts.chat!
+