Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Electrolyte220 committed Feb 10, 2025
2 parents 6c1abe6 + 0560240 commit ec92ff6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
contents: write
pages: write
id-token: write

Expand All @@ -35,13 +35,17 @@ jobs:
chmod +x ./packwiz
- run: |
./packwiz refresh --build
- name: Update Tag Branch
uses: EndBug/latest-tag@latest
with:
ref: latest-dev
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit ec92ff6

Please sign in to comment.