Skip to content

Commit

Permalink
update privacy
Browse files Browse the repository at this point in the history
  • Loading branch information
victorbalssa committed Feb 21, 2025
1 parent 1016480 commit 7c79e8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
name: Deploy Privacy Policy with GitHub Pages dependencies preinstalled

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -33,8 +32,8 @@ jobs:
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./.github/PRIVACY_POLICY.md
destination: ./_site/index.md
source: ./.github/privacy
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit 7c79e8c

Please sign in to comment.