Skip to content

Commit

Permalink
Merge pull request #15 from vanessamarely/update-gh-pages
Browse files Browse the repository at this point in the history
Update workflow to replicate markdown files without Node.js
  • Loading branch information
vanessamarely authored Jun 14, 2024
2 parents eb57b5a + 493b9e0 commit 29bda89
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/update-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'

- name: Install dependencies
run: npm install

- name: Build
run: npm run build

- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
publish_dir: .
keep_files: true
force_orphan: true

0 comments on commit 29bda89

Please sign in to comment.