Skip to content

Commit

Permalink
Merge pull request #726 from MITLibraries/update-docs
Browse files Browse the repository at this point in the history
Update upload pages artifact Action
  • Loading branch information
JPrevost committed Aug 22, 2023
2 parents 976fc56 + 58ba37d commit 0eb11fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v3
- name: Install SpectaQL
run: npm install -g spectaql@v2
- name: Build reference docs
Expand All @@ -40,7 +40,7 @@ jobs:
source: ./docs
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2

# Deployment job
deploy:
Expand All @@ -52,4 +52,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2

0 comments on commit 0eb11fe

Please sign in to comment.